fix: ctrl+i binding

This commit is contained in:
CJ van den Berg 2024-11-18 00:24:44 +01:00
parent 44c643815a
commit 93302c0325
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -31,7 +31,7 @@
["ctrl+g", "goto"], ["ctrl+g", "goto"],
["ctrl+d", "add_cursor_next_match"], ["ctrl+d", "add_cursor_next_match"],
["ctrl+a", "select_all"], ["ctrl+a", "select_all"],
["ctrl+i", "insert_bytes", "\t"], ["ctrl+i", "insert_chars", "\t"],
["ctrl+/", "toggle_comment"], ["ctrl+/", "toggle_comment"],
["ctrl+enter", "smart_insert_line_after"], ["ctrl+enter", "smart_insert_line_after"],
["ctrl+space", "completion"], ["ctrl+space", "completion"],