refactor(terminal): add more terminal mode keybinds
This commit is contained in:
parent
330d2b1f66
commit
ee7a3ed2ce
1 changed files with 11 additions and 1 deletions
|
|
@ -586,7 +586,17 @@
|
|||
"terminal": {
|
||||
"on_match_failure": "nothing",
|
||||
"press": [
|
||||
["ctrl+`", "focus_terminal"]
|
||||
["ctrl+1", "focus_split", 0],
|
||||
["ctrl+2", "focus_split", 1],
|
||||
["ctrl+3", "focus_split", 2],
|
||||
["ctrl+4", "focus_split", 3],
|
||||
["ctrl+5", "focus_split", 4],
|
||||
["ctrl+6", "focus_split", 5],
|
||||
["ctrl+7", "focus_split", 6],
|
||||
["ctrl+8", "focus_split", 7],
|
||||
["ctrl+`", "focus_terminal"],
|
||||
["ctrl+j", "toggle_panel"],
|
||||
["alt+f9", "panel_next_widget_style"]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue