disable tmux mousemode

This commit is contained in:
David Todd 2020-09-28 14:50:45 -05:00
parent 379d4b2c90
commit 06855e18f9

View File

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