Fix pasting line
This commit is contained in:
parent
7778512c35
commit
ccaeded0c8
3 changed files with 45 additions and 14 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue