chore(config): tmux: add history limit

This commit is contained in:
2025-09-03 15:39:42 +03:00
parent 5606cff9fd
commit e7500d1a9b

View File

@@ -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