diff --git a/common/.tmux.conf b/common/.tmux.conf index 1e892ae..b0bc5d9 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -7,6 +7,11 @@ set-window-option -g monitor-activity on set -g visual-activity off set -g visual-bell off +set -g mouse-mode on +set -g mouse-select-window on +set -g mouse-select-pane on +set -g mouse-resize-pane on + set -g history-limit 1000