Fix pasting line

This commit is contained in:
ivel.santos 2025-04-10 17:41:37 -03:00 committed by CJ van den Berg
parent 7778512c35
commit ccaeded0c8
3 changed files with 45 additions and 14 deletions

View file

@ -190,7 +190,7 @@
["n", "goto_next_match"],
["u", "undo"],
["y", ["enable_selection"], ["copy_internal_vim"], ["enter_mode", "normal"]],
["y", ["enable_selection"], ["copy_helix"], ["enter_mode", "normal"]],
["p", "paste_after"],
["q", "record_macro"],
@ -468,7 +468,7 @@
["n", "goto_next_match"],
["u", "undo"],
["y", ["copy_internal_vim"], ["enter_mode", "normal"]],
["y", ["copy_helix"], ["enter_mode", "normal"]],
["p", "paste_after"],
["q", "record_macro"],