(tmux) increased history buffer size to 10'000

This commit is contained in:
scbj
2025-06-23 16:38:21 +02:00
parent 23124476c6
commit 38074e039e
2 changed files with 2 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ set-option -g renumber-windows on
set -g status-interval 5
# buffer size
set-option -g history-limit 3000
set-option -g history-limit 10000
# source keymaps
source $HOME/.config/tmux/keymaps.conf