summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index f3b6e37..c65b091 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -20,6 +20,9 @@ bind r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf"
# set -g terminal-overrides '*:smcup@:rmcup@'
# set -g status off
+# enable scrollwheel
+set -g mouse on
+#set -g history-limit 50000
set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows on