summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoxie <moxie.git@posteo.net>2025-12-07 22:41:02 +0200
committermoxie <moxie.git@posteo.net>2025-12-07 22:41:02 +0200
commit7126787ccf8772d3fafffff06e375e0eb3719aae (patch)
tree5740b338564ec3ed78c74b4b4a81a6f9fb481052
parentbe84badd87cc6c46298f8cc6126a22bc550d88bc (diff)
tmux: enable scrollwheel
-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