diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-10 22:57:50 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-10 22:57:50 +0200 |
commit | 1bbcf703fcdf2432b6fe2c81b6e2e452a8bdb19e (patch) | |
tree | 21e50ad62c63d0f3e667ca3813c84729d268383f /config/common/tmux | |
parent | 6013769ff45c450f60be262f08b697c8b50f3657 (diff) |
use oclipp
Diffstat (limited to 'config/common/tmux')
-rwxr-xr-x | config/common/tmux/tmux.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 40a9cb7..45166c0 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -25,8 +25,7 @@ set -g focus-events on bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded ~/.tmux.conf" # Clipboard bind -T copy-mode-vi v send-keys -X begin-selection -bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -r -selection clipboard" -bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -r -selection clipboard" +bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "oclipp" # Unbind ESC set -sg escape-time 0 # Toggle status bar |