diff --git a/tmux.conf b/tmux.conf index 74dce8d..67573c5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,6 @@ +# Longer scrollback +set-window-option -g history-limit 50000 + # Enable mouse mode set-window-option -g mouse on