From 7d450ffb8caf12fa6bed250b6a67d3ecb237f904 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 5 Mar 2020 15:03:13 +0100 Subject: Few adjuments for new distro, dual and single command for switching between single and dual screen --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index d023ca5..ac350d7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -14,11 +14,11 @@ unbind [ bind y copy-mode unbind p bind p paste-buffer -bind-key -t vi-copy 'v' begin-selection -bind-key -t vi-copy 'y' copy-selection -bind-key -t vi-copy 'r' rectangle-toggle +# bind-key -t vi-copy 'v' begin-selection +# bind-key -t vi-copy 'y' copy-selection +# bind-key -t vi-copy 'r' rectangle-toggle -bind -t vi-copy y copy-pipe "xclip -sel clip -i" +# bind -t vi-copy y copy-pipe "xclip -sel clip -i" source-file $HOME/dotfiles/.my.tmuxtheme -- cgit