[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:
parent
81301e3ccc
commit
3dda7895d2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user