[tmux] remove copy-pipe binding

This commit is contained in:
odrling 2022-09-06 19:47:03 +02:00
parent e1b9065457
commit 2ff9a7d057
No known key found for this signature in database
GPG Key ID: A0145F975F9F8B75
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25
# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
bind-key -n -T copy-mode-vi Enter send-keys -X copy-pipe 'xclip -i -sel p -f | xclip -i -sel c'
bind-key -n -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe 'xclip -i -sel p -f | xclip -i -sel c'
# only this line might not be enough
set -g default-terminal "tmux-256color"
# Needs this line also to overrides the default color