diff --git a/tmux.conf b/tmux.conf index eb3216d..71ddb9a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -27,7 +27,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel bind-key v copy-mode set -g set-clipboard on set -as terminal-feature ',*:clipboard' -set -s copy-command 'xsel -i -b' +set -s copy-command 'wl-copy' # vim style pane bind h select-pane -L