[tmux] change history size

This commit is contained in:
Afonso Franco 2024-04-08 13:48:02 +01:00
parent 03b65ac1eb
commit d14a9511c2
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk

View file

@ -7,7 +7,7 @@ set -g mouse on
set -g base-index 1
set -g pane-base-index 1
set -g detach-on-destroy off
set -g history-limit 10000
set -g history-limit 250000
set -g set-clipboard on
set -g status-position top
set -g renumber-windows on
@ -15,3 +15,5 @@ setw -g mode-keys vi
set -g status-style 'bg=#181926 fg=#cad3f5'
set -g status-right ""
set -g status-left-length 20
set-option -g default-command /bin/zsh
set-option -g default-shell /bin/zsh