diff --git a/tmux.conf b/tmux.conf index 7c33fc8..a6a4e52 100644 --- a/tmux.conf +++ b/tmux.conf @@ -17,12 +17,7 @@ set-window-option -g utf8 on set-window-option -g aggressive-resize on # Enable mouse mode -set-option -g mode-mouse on -set-option -g mouse-select-pane on -set-option -g mouse-select-window on -set-option -g mouse-utf8 on -# I find your lack of mouse-resize-pane off disturbing -set-option -g mouse-resize-pane off +set-option -g mouse on # Scrollback buffer set-option -g history-limit 100000