remove mouse-mode - disappeared in 2.1
hopefully this defaults to off!
This commit is contained in:
parent
f2676dabcf
commit
aead0e5ac3
1 changed files with 0 additions and 4 deletions
|
@ -37,11 +37,7 @@ bind L swap-window -t +1
|
|||
set-window-option -g monitor-activity off
|
||||
|
||||
# copy mode stuff
|
||||
set-window-option -g mode-mouse off # disable the mouse always
|
||||
set-window-option -g mode-keys vi # emulate vim movement in copy mode
|
||||
bind-key -t vi-copy 'v' begin-selection
|
||||
bind-key -t vi-copy 'y' copy-selection
|
||||
bind y run-shell "tmux show-buffer | xclip -sel clip -i"
|
||||
|
||||
# be more like vim
|
||||
bind h select-pane -L # left pane
|
||||
|
|
Loading…
Reference in a new issue