The default Ghostty keybinding for reload_config (⌘⇧,) doesn't appear to work in Supacode. Pressing it in a focused terminal surface has no visible effect — config changes (e.g. font size, colors) don't apply until the app is restarted.
The runtime does have the infrastructure to handle GHOSTTY_ACTION_RELOAD_CONFIG in GhosttyRuntime.handleAction, so the binding may not be reaching Ghostty's key handler, or the surface-level config update may not be taking effect as expected.
Expected behavior: Pressing ⌘⇧, reloads ~/.config/ghostty/config and applies changes to terminal surfaces (matching standalone Ghostty behavior).
Workaround: Restart Supacode.
Environment:
- macOS 26
- Supacode latest (as of 2026-04-14)
The default Ghostty keybinding for
reload_config(⌘⇧,) doesn't appear to work in Supacode. Pressing it in a focused terminal surface has no visible effect — config changes (e.g. font size, colors) don't apply until the app is restarted.The runtime does have the infrastructure to handle
GHOSTTY_ACTION_RELOAD_CONFIGinGhosttyRuntime.handleAction, so the binding may not be reaching Ghostty's key handler, or the surface-level config update may not be taking effect as expected.Expected behavior: Pressing
⌘⇧,reloads~/.config/ghostty/configand applies changes to terminal surfaces (matching standalone Ghostty behavior).Workaround: Restart Supacode.
Environment: