diff options
| author | moxie <moxie.git@posteo.net> | 2025-12-07 22:41:02 +0200 |
|---|---|---|
| committer | moxie <moxie.git@posteo.net> | 2025-12-07 22:41:02 +0200 |
| commit | 7126787ccf8772d3fafffff06e375e0eb3719aae (patch) | |
| tree | 5740b338564ec3ed78c74b4b4a81a6f9fb481052 /.tmux.conf | |
| parent | be84badd87cc6c46298f8cc6126a22bc550d88bc (diff) | |
tmux: enable scrollwheel
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
