aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index c969a1d..64af9f6 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -33,7 +33,8 @@ set -g set-titles-string "#T"
set-option -g allow-rename on
set -g history-limit 10000
-setw -g mode-mouse on
+# set mouse mode on
+set -g mouse on
# Logout with Ctrl+D
bind-key ^D detach-client