refactor: add more split keybindings
This commit is contained in:
parent
0abd35b1f4
commit
63275963b5
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
||||||
["ctrl+2", "focus_split", 1],
|
["ctrl+2", "focus_split", 1],
|
||||||
["ctrl+3", "focus_split", 2],
|
["ctrl+3", "focus_split", 2],
|
||||||
["ctrl+4", "focus_split", 3],
|
["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+j", "toggle_panel"],
|
["ctrl+j", "toggle_panel"],
|
||||||
["ctrl+q", "quit"],
|
["ctrl+q", "quit"],
|
||||||
["ctrl+w", "close_split"],
|
["ctrl+w", "close_split"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue