feat: add flow mode keybind for add_split

This commit is contained in:
CJ van den Berg 2024-12-11 21:30:20 +01:00
parent c709ec0dc8
commit ba65fece7e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -30,6 +30,7 @@
["ctrl+d", "add_cursor_next_match"],
["ctrl+a", "select_all"],
["ctrl+i", "insert_chars", "\t"],
["ctrl+\\", "add_split"],
["ctrl+/", "toggle_comment"],
["ctrl+enter", "smart_insert_line_after"],
["ctrl+space", "completion"],
@ -165,6 +166,7 @@
["k", "open_keybind_config"],
["t", "change_theme"],
["q", "quit"],
["ctrl+\\", "add_split"],
["ctrl+f>ctrl+f>ctrl+f>ctrl+f>ctrl+f", "home_sheeran"],
["ctrl+j", "toggle_panel"],
["ctrl+q", "quit"],