[TMUX] Turn off mouse options

This seems to interfere with selecting text
and copying to clipboard with the mouse

This activates tmux's scrollback 
in a similar way to: c-A [ 
and prevent copying
This commit is contained in:
David Todd (c0de) 2018-02-10 21:53:25 -06:00
parent 81301e3ccc
commit 3dda7895d2

View File

@ -2,7 +2,7 @@
set -g base-index 1 set -g base-index 1
# Turn on mouse stuff # Turn on mouse stuff
set-option -g mouse on #set-option -g mouse on
# Turn off automatic window naming # Turn off automatic window naming
set-option -g alllow-rename off set-option -g alllow-rename off