How about adding an option to support Vim-like line-based yank/paste. #239
DogLooksGood
started this conversation in
Ideas
Replies: 1 comment
-
I would find this useful! I find that typically when pasting I am moving blocks of code or lines around, rather than surgically pasting within a single line. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Vim, if you copy a line, for example, by
yy
. Then paste will insert a whole line. In Meow, when selecting a line, the newline will not be included. But when you do save or kill, the newline will be included.The downsides are:
How about we add an option to do line-based insertion for line copy/cut. We use a special flag or something like that to indicate we are doing line copy.
Beta Was this translation helpful? Give feedback.
All reactions