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

structure the repo to attend to the zsh plugin convention #3

Closed ninrod closed 6 years ago

ninrod commented 6 years ago

most zsh plugins follow this structure. If followed, most plugin managers will just install your plugin without hassle.

kutsan commented 6 years ago

So, seems like all I need to do is rename or link the zsh-system-clipboard.zsh file to zsh-system-clipboard.plugin.zsh?

Thanks by the way, I appericated it.

ninrod commented 6 years ago

yes, or do what I did in the pull. (#4)