1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2025-04-04 21:23:07 +00:00

Add c to Helix bindings

This commit is contained in:
Mo 2025-03-17 10:49:28 +01:00
parent e1fed7f10d
commit 49b6124728

View file

@ -32,6 +32,7 @@ render = true
[keys.normal]
d = ["delete_selection_noyank"]
D = ["delete_selection"]
c = ["change_selection_noyank"]
V = "extend_to_line_end"
C-k = "goto_next_buffer"
@ -53,6 +54,7 @@ esc = ["collapse_selection", "normal_mode"]
[keys.select]
d = ["delete_selection_noyank"]
D = ["delete_selection"]
c = ["change_selection_noyank"]
V = "extend_to_line_end"
esc = ["collapse_selection", "keep_primary_selection", "normal_mode"]