diff options
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 1eb463e..74d8d2c 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -85,7 +85,7 @@ set -g status-keys vi set -g history-limit 10000 setw -g mode-keys vi -setw -g mouse on +setw -g mouse off #setw -g monitor-activity on #setw -g alternate-screen on |