aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-05 15:03:13 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-05 15:03:13 +0100
commit7d450ffb8caf12fa6bed250b6a67d3ecb237f904 (patch)
tree17cce63f88a01196de24bc02003cc9d23d0e1a5b /.tmux.conf
parentc8766f9ff619ded055f658f4508800454d31dc36 (diff)
downloaddotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.tar.gz
dotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.tar.bz2
dotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.zip
Few adjuments for new distro, dual and single command for switching between single and dual screen
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf8
1 files changed, 4 insertions, 4 deletions
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