diff --git a/tmux.conf b/tmux.conf index 4cbb8a0..d83883e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,2 +1,6 @@ set-option -g default-command /bin/zsh set-option -g default-shell /bin/zsh +set-window-option -g mode-mouse on +set-option -g mouse-select-pane on +set-option -g mouse-select-window on +set -g terminal-overrides 'xterm*:smcup@:rmcup@'