explicitly disable mouse

This commit is contained in:
Lloyd W. Slade 2021-08-26 17:30:14 -04:00
parent de3f045601
commit dfb34229dd

View file

@ -36,6 +36,7 @@ tmux_conf_new_window_retain_current_path=false
tmux_conf_new_pane_retain_current_path=true tmux_conf_new_pane_retain_current_path=true
set -g window-status-separator '' set -g window-status-separator ''
set -g mouse off
set -g @ssh_auto_rename_window off set -g @ssh_auto_rename_window off
set -g status-style '' set -g status-style ''