From 44364e60a6532ac5dec59dc66594025bff319e29 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Thu, 13 May 2021 16:50:57 +0300 Subject: [PATCH] tmux: history-limit 32768 --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 4f72cf7..4aa29e1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -42,3 +42,4 @@ bind-key R respawn-window #selectp -t 0 set-window-option -g xterm-keys on +set-option -g history-limit 32768