diff options
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b8c01cf..dfa24d7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -5,7 +5,4 @@ set -ga terminal-overrides ',xterm*:smcup@:rmcup@' setw -g mode-keys vi # Mouse works as expected -set -g mode-mouse on -set -g mouse-select-pane on -set -g mouse-resize-pane on -set -g mouse-select-window on +set -g mouse on |