refactor(terminal): add palette keybindings to terminal mode
This commit is contained in:
parent
ee7a3ed2ce
commit
7e01eae389
1 changed files with 3 additions and 0 deletions
|
|
@ -596,6 +596,9 @@
|
||||||
["ctrl+8", "focus_split", 7],
|
["ctrl+8", "focus_split", 7],
|
||||||
["ctrl+`", "focus_terminal"],
|
["ctrl+`", "focus_terminal"],
|
||||||
["ctrl+j", "toggle_panel"],
|
["ctrl+j", "toggle_panel"],
|
||||||
|
["ctrl+shift+p", "open_command_palette"],
|
||||||
|
["alt+shift+p", "open_command_palette"],
|
||||||
|
["alt+x", "open_command_palette"],
|
||||||
["alt+f9", "panel_next_widget_style"]
|
["alt+f9", "panel_next_widget_style"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue