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

Read `$ZSH_SYSTEM_CLIPBOARD_XCLIP_SELECTION'. #2

Closed doronbehar closed 6 years ago

doronbehar commented 6 years ago

Choose a clipboard selection according to this environmental variable.

kutsan commented 6 years ago

I like your idea but didn't like your implementation, so I tweaked the code a little bit. See https://github.com/kutsan/zsh-system-clipboard/commit/44c074bf8f606af51a50bf875f29ec1225478143 for that commit, see https://github.com/kutsan/zsh-system-clipboard/commit/dad28028830e5bc0184d2f649424dfd741e8d4a9 for documentation update.

Thank you for your interest and time!