You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this might mess a little bit with simply selecting text in terminal using the mouse
# Enable mouse control (clickable windows, panes, resizable panes)
set -g mouse-select-window on
set -g mouse-select-pane on
set -g mouse-resize-pane on
## OR# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
stop renaming windows automatically
# don't rename windows automatically
set-option -g allow-rename off