aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index bf9d84b..58528b7 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -3,6 +3,9 @@ set -g default-terminal "screen-256color"
# Remove nasty escape time
set -sg escape-time 0
+# Enable mouse scroll
+setw -g mouse on
+
# Use C-a as prefix
unbind C-b
set-option -g prefix C-a