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:
parent
e1fed7f10d
commit
49b6124728
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue