evil-registers icon indicating copy to clipboard operation
evil-registers copied to clipboard

Set linewise mode for linewise yanks

Open xPMo opened this issue 5 years ago • 2 comments

Currently, yanks in zsh do not preserve trailing newlines when sent to vim/nvim. Vim and Nvim will use linewise-puts if the text in the register ends with a newline. Zsh will use linewise-puts if the register contains "a sequence of lines" [sic] according to man zshzle.

xPMo avatar Mar 15 '19 05:03 xPMo