feat: add ctrl+k r keybind for toggle_completion_insert_mode

This commit is contained in:
CJ van den Berg 2026-01-21 18:48:24 +01:00
parent d8fa1b28aa
commit f24ecdaed3
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -12,6 +12,7 @@
["ctrl+\\", "add_split"],
["ctrl+k w", "close_split"],
["ctrl+k x", "toggle_centered_view"],
["ctrl+k r", "toggle_completion_insert_mode"],
["ctrl+1", "focus_split", 0],
["ctrl+2", "focus_split", 1],
["ctrl+3", "focus_split", 2],