diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -130,8 +130,12 @@ bind -n C-j previous-window # bind -r C-l select-pane -R setw -g mode-keys vi bind [ copy-mode -bind -T copy-mode-vi 'v' send -X begin-selection -bind -T copy-mode-vi 'y' send -X copy-selection-and-cancel +# bind -T copy-mode-vi 'v' send -X begin-selection +# set -s copy-command 'wl-copy' +set -s copy-command 'xsel -ib' +bind -T copy-mode-vi 'v' send -X copy-pipe +bind -T copy-mode-vi 'y' send -X copy-pipe-and-cancel +# bind -T copy-mode-vi 'y' send -X copy-selection-and-cancel "xsel -i --clipboard" #bind -T copy-mode-vi 'V' rectangle-toggle bind ] paste-buffer bind Space choose-buffer |