From 1cd8b47e97b2c333244cd62070fef90b882bf58d Mon Sep 17 00:00:00 2001 From: xesc Date: Sat, 26 Apr 2025 15:12:30 +0200 Subject: [PATCH] increase history limit --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 16990e5..e55a34b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -79,4 +79,6 @@ set -g cursor-style blinking-underline set -g focus-events on set -g visual-bell off +set -g history-limit 5000 + set -g default-command "exec /bin/zsh"