zsh-vi-mode icon indicating copy to clipboard operation
zsh-vi-mode copied to clipboard

`Y` is not yanking as a line

Open jeffreytse opened this issue 3 years ago • 2 comments

Reproduce

  • Open a new terminal.
  • Input the content "abc".
  • Press Y and then p.

Result

The content becomes:

abcabc

Expected behavior

The yanking content should be paste as a new line:

abc
abc

jeffreytse avatar Apr 01 '21 07:04 jeffreytse

Hi, can I tag on this and ask about copying to system clipboard? is there a way to do that in normal mode?

stutterrrrer avatar Sep 19 '21 02:09 stutterrrrer

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.

jeffreytse avatar Sep 19 '21 03:09 jeffreytse