fix: remove incomplete add_split bindings

This commit is contained in:
CJ van den Berg 2025-01-17 21:14:25 +01:00
parent 48efa5536f
commit 0eec33c35e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -42,7 +42,6 @@
["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+end", "move_buffer_end"],
@ -209,7 +208,6 @@
["t", "change_theme"],
["f", "change_fontface"],
["q", "quit"],
["ctrl+\\", "add_split"],
["ctrl+f ctrl+f ctrl+f ctrl+f ctrl+f", "home_sheeran"],
["ctrl+j", "toggle_panel"],
["ctrl+q", "quit"],