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

fix: non tmux wl-clipboard mode #40

Closed rti closed 2 years ago

rti commented 2 years ago

This pull request resolves an issue where zsh-system-clipboard did not properly set up when using no tmux on a wayland only system. Was this return 1 intended?

doronbehar commented 2 years ago

Was this return 1 intended?

I guess it's a leftover from the times when only x sessions were supported. Thanks for the patch!