From cf0d66c85f1f81951bf0b155448dc69744c561c6 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Thu, 29 Aug 2019 14:18:14 -0700 Subject: [PATCH] Increase tmux history size --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 80a45c2..f0bf1e9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,7 @@ set -g prefix C-k set -g escape-time 20 set -g mouse on +set -g history-limit 1000000 bind-key C-k send-prefix unbind C-b