feat: add flow mode keybinds for add_split and close_split
Step one on the road to #279
This commit is contained in:
parent
ce2a40031a
commit
739ab1e101
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
["ctrl+shift+n", "create_new_file"],
|
||||
["ctrl+r", "open_recent_project"],
|
||||
["f1", "open_help"],
|
||||
["ctrl+\\", "add_split"],
|
||||
["ctrl+k w", "close_split"],
|
||||
["ctrl+j", "toggle_panel"],
|
||||
["ctrl+q", "quit"],
|
||||
["ctrl+w", "quit"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue