refactor: move cut_to helix workaround to a helix specific command

This commit is contained in:
CJ van den Berg 2025-04-03 06:35:07 +02:00
parent 62c6313107
commit 563eb57e44
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 16 additions and 10 deletions

View file

@ -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"],