summaryrefslogtreecommitdiff
path: root/config/common/tmux
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-10 22:57:50 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-10 22:57:50 +0200
commit1bbcf703fcdf2432b6fe2c81b6e2e452a8bdb19e (patch)
tree21e50ad62c63d0f3e667ca3813c84729d268383f /config/common/tmux
parent6013769ff45c450f60be262f08b697c8b50f3657 (diff)
use oclipp
Diffstat (limited to 'config/common/tmux')
-rwxr-xr-xconfig/common/tmux/tmux.conf3
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