From 7126787ccf8772d3fafffff06e375e0eb3719aae Mon Sep 17 00:00:00 2001 From: moxie Date: Sun, 7 Dec 2025 22:41:02 +0200 Subject: tmux: enable scrollwheel --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.tmux.conf') 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 -- cgit v1.2.3