From 2ff9a7d057419cd6c8a48fda4752f28cc3007b89 Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 6 Sep 2022 19:47:03 +0200 Subject: [PATCH] [tmux] remove copy-pipe binding --- .tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index f7076df..cd167da 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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