refactor(terminal): add force quit keybinding to terminal mode

This commit is contained in:
CJ van den Berg 2026-02-25 20:34:13 +01:00
parent f88f779410
commit 4157638892
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -600,7 +600,8 @@
["alt+shift+p", "open_command_palette"], ["alt+shift+p", "open_command_palette"],
["alt+x", "open_command_palette"], ["alt+x", "open_command_palette"],
["alt+!", "run_task"], ["alt+!", "run_task"],
["alt+f9", "panel_next_widget_style"] ["alt+f9", "panel_next_widget_style"],
["ctrl+shift+q", "quit_without_saving"]
] ]
} }
} }