refactor(terminal): merge focus_terminal and open_terminal commands
This commit is contained in:
parent
2f5d4ded3c
commit
3553fbf0d2
5 changed files with 131 additions and 72 deletions
|
|
@ -23,7 +23,7 @@
|
|||
["ctrl+6", "focus_split", 5],
|
||||
["ctrl+7", "focus_split", 6],
|
||||
["ctrl+8", "focus_split", 7],
|
||||
["ctrl+`", "focus_terminal"],
|
||||
["ctrl+`", "open_terminal"],
|
||||
["ctrl+j", "toggle_panel"],
|
||||
["ctrl+shift+j", "toggle_maximize_panel"],
|
||||
["ctrl+q", "quit"],
|
||||
|
|
@ -596,7 +596,7 @@
|
|||
["ctrl+6", "focus_split", 5],
|
||||
["ctrl+7", "focus_split", 6],
|
||||
["ctrl+8", "focus_split", 7],
|
||||
["ctrl+`", "focus_terminal"],
|
||||
["ctrl+`", "unfocus_terminal"],
|
||||
["ctrl+j", "toggle_panel"],
|
||||
["ctrl+shift+page_down", "terminal_scroll_down"],
|
||||
["ctrl+shift+page_up", "terminal_scroll_up"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue