zsh-vi-mode
zsh-vi-mode copied to clipboard
`Y` is not yanking as a line
Reproduce
- Open a new terminal.
- Input the content "abc".
- Press
Y
and thenp
.
Result
The content becomes:
abcabc
Expected behavior
The yanking content should be paste as a new line:
abc
abc
Hi, can I tag on this and ask about copying to system clipboard? is there a way to do that in normal mode?
Hi, can I tag on this and ask about copying to system clipboard? is there a way to do that in normal mode?
Hi @stutterrrrer , please refer to issue #19.