diff options
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 |
