gbprod / yanky.nvim

Improved Yank and Put functionalities for Neovim
Do What The F*ck You Want To Public License
802 stars 22 forks source link

Implements `zy` #169

Open gbprod opened 5 months ago

gbprod commented 5 months ago
                            *v_zy*
{Visual}["x]zy      Yank the highlighted text [into register x].  Trailing
            whitespace at the end of each line of a selected block
            won't be yanked.  Especially useful in combination
            with `zp`.  (for {Visual} see |Visual-mode|)