Increase tmux history limit to 80000

This commit is contained in:
2026-03-31 17:49:38 +00:00
parent 852a682df5
commit f4d8679398

View File

@@ -87,7 +87,7 @@ unbind l
bind C-a last-window bind C-a last-window
# Bigger history # Bigger history
set -g history-limit 10000 set -g history-limit 80000
# New windows/pane in $PWD # New windows/pane in $PWD
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"