kutsan / zsh-system-clipboard

System clipboard key bindings for Zsh Line Editor with vi mode. It is similar to what `set clipboard=unnamed` does for vim.
GNU General Public License v3.0
149 stars 16 forks source link

Add vi-yank-eol #38

Closed cyhyraethz closed 2 years ago

cyhyraethz commented 2 years ago

It's common to remap Y to yank until end of line so that it works more like C and D. This adds support for that.

doronbehar commented 2 years ago

Thanks for the PR! Merged locally with a new section to the README.