copy and paste improvs and inclusive selection correction

This commit is contained in:
ivel.santos 2025-04-09 19:36:07 -03:00 committed by CJ van den Berg
parent 4aca7063f2
commit e59cd32ed8
3 changed files with 67 additions and 6 deletions

View file

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