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
140 stars 16 forks source link

Add visual-put-replace-selection and clipboard-visual-vi-delete #35

Closed Federico-Ciuffardi closed 3 years ago

Federico-Ciuffardi commented 3 years ago

Solves #34.

I reused previously defined functions to make it easier for me, so it can surely be made more efficient.

kutsan commented 3 years ago

Thank you Federico. It's looking good.