refactor(terminal): add force quit keybinding to terminal mode
This commit is contained in:
parent
f88f779410
commit
4157638892
1 changed files with 2 additions and 1 deletions
|
|
@ -600,7 +600,8 @@
|
|||
["alt+shift+p", "open_command_palette"],
|
||||
["alt+x", "open_command_palette"],
|
||||
["alt+!", "run_task"],
|
||||
["alt+f9", "panel_next_widget_style"]
|
||||
["alt+f9", "panel_next_widget_style"],
|
||||
["ctrl+shift+q", "quit_without_saving"]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue