diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index bb65bc5..092161d 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -26,6 +26,7 @@ set -g mouse on # Mouse support set -g set-titles on # Allow tmux to set the terminal title set -g status on # Setting status on set -g status-keys vi # vi keys to move between panes +set -g history-limit 3000 # Scrollback history limit # Activity Monitoring (for when something happens in another pain) set -g monitor-activity on