From ab6d3526d9cbd4382b58f6964633e52e3e67637d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 25 Oct 2019 02:25:03 +0900 Subject: [PATCH] set -g history-limit 10000 --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 2a93230..c26a4d0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -26,6 +26,7 @@ bind w choose-tree -GZ set -g base-index 1 set -g pane-base-index 1 set -g renumber-windows off +set -g history-limit 10000 setw -g mode-keys vi #setw -g mode-mouse off #set -g default-command /bin/bash