From b779ecadc876e4a2c8db8a74be6eabe60246df98 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Fri, 13 Oct 2023 11:35:59 +0900 Subject: [PATCH] update: tmux: increase buffer limit --- dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 106c2a4..13b5f85 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -2,7 +2,7 @@ source ~/.local.tmux.conf # ----------------------------------------------- -set -g history-limit 50000 +set -g history-limit 500000 set-option -g default-command fish