diff --git a/.tmux.conf b/.tmux.conf index 2b962b2..099a5e0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -86,5 +86,11 @@ set -g history-limit 10000 # Fix for shift-keys with Fn; needs correct terminfo too setw -g xterm-keys on +# Mouse support for resizing and selecting panes +set -g mode-mouse on +set -g mouse-resize-pane on +set -g mouse-select-pane on +set -g mouse-select-window on + # Local config if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user'