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