diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-01 14:42:58 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-01 14:42:58 +0000 |
commit | 8bc9e578472d8a3f1bc66c50fd8c808ba63777d4 (patch) | |
tree | e1b62b927af6d283e66bbff15b39a2e737e86a37 /.tmux.conf | |
parent | update (diff) | |
download | scripts-8bc9e578472d8a3f1bc66c50fd8c808ba63777d4.tar.gz scripts-8bc9e578472d8a3f1bc66c50fd8c808ba63777d4.zip |
updates
Diffstat (limited to '')
-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 |