From 5f5e2b8a5b48b8b8a279bf7209931f338235d687 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 00:42:26 +0100 Subject: [PATCH] tmux/history --- sh/tmux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/tmux.sh b/sh/tmux.sh index e822004..5d14b75 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -20,6 +20,8 @@ bind-key -n M-Up switch-client -p # empty name for windows set-option -g automatic-rename on set-option -g automatic-rename-format '' +# extend history limit +set-option -g history-limit 1048576 # enable mouse actions set-option -g mouse on # renumber windows after closing one