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

Set localoptions to make sure aliases being expanded #27

Closed laggardkernel closed 5 years ago

laggardkernel commented 5 years ago

Avoid the problem that aliases are not expanded when the plugin is loaded by zplugin, which should fix the issue #25.

This seems to be a more simple solution compared with GH-26. Just choose whichever you like.

doronbehar commented 5 years ago

Closed per #26.