fix(helix): Making d
and c
work as expected in normal mode
This commit is contained in:
parent
e669849629
commit
0babbb1833
2 changed files with 10 additions and 3 deletions
|
@ -146,8 +146,8 @@
|
|||
["a", ["move_right"], ["enter_mode", "insert"]],
|
||||
["o", ["smart_insert_line_after"], ["enter_mode", "insert"]],
|
||||
|
||||
["d", "cut"],
|
||||
["c", ["cut"], ["enter_mode", "insert"]],
|
||||
["d", "cut_forward_internal"],
|
||||
["c", ["cut_forward_internal"], ["enter_mode", "insert"]],
|
||||
|
||||
["s", "select_regex"],
|
||||
[";", "collapse_selections"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue