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

Evaluate the command `CLIPBOARD[get]`. #1

Closed doronbehar closed 6 years ago

doronbehar commented 6 years ago

On Linux, the command stored in this variable contains spaces so it needs to be evaluated.

kutsan commented 6 years ago

Thanks! I appericated it.