helix: add some keybinds

This commit is contained in:
fanyx 2025-06-11 16:47:08 +02:00
parent 3122274498
commit 8854e02b5e
Signed by: fanyx
SSH key fingerprint: SHA256:Gwc2cuQkLEIzOapSR+R8raHvC1bSAkPsYuPqlPoFlD8

View file

@ -35,3 +35,19 @@ render = true
[editor.soft-wrap]
enable = true
[keys.normal]
C-s = ":w"
C-o = "file_picker"
S-ret = ["open_below", "insert_mode"]
E = "extend_to_line_end"
x = "extend_to_line_bounds"
X = "extend_line_below"
d = "delete_selection_noyank"
A-d = "delete_selection"
c = "change_selection_noyank"
A-c = "change_selection"
S-v = ["extend_to_line_bounds","select_mode"]