feat: add flow mode keybinds for add_split and close_split

Step one on the road to #279
This commit is contained in:
CJ van den Berg 2025-11-06 18:25:39 +01:00
parent ce2a40031a
commit 739ab1e101
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -6,6 +6,8 @@
["ctrl+shift+n", "create_new_file"], ["ctrl+shift+n", "create_new_file"],
["ctrl+r", "open_recent_project"], ["ctrl+r", "open_recent_project"],
["f1", "open_help"], ["f1", "open_help"],
["ctrl+\\", "add_split"],
["ctrl+k w", "close_split"],
["ctrl+j", "toggle_panel"], ["ctrl+j", "toggle_panel"],
["ctrl+q", "quit"], ["ctrl+q", "quit"],
["ctrl+w", "quit"], ["ctrl+w", "quit"],