refactor: move cut_to helix workaround to a helix specific command
This commit is contained in:
parent
62c6313107
commit
563eb57e44
3 changed files with 16 additions and 10 deletions
|
@ -146,8 +146,8 @@
|
|||
["a", ["move_right"], ["enter_mode", "insert"]],
|
||||
["o", ["smart_insert_line_after"], ["enter_mode", "insert"]],
|
||||
|
||||
["d", "cut_forward_internal"],
|
||||
["c", ["cut_forward_internal"], ["enter_mode", "insert"]],
|
||||
["d", "cut_forward_internal_inclusive"],
|
||||
["c", ["cut_forward_internal_inclusive"], ["enter_mode", "insert"]],
|
||||
|
||||
["s", "select_regex"],
|
||||
[";", "collapse_selections"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue