tmux: history-limit 10000

This commit is contained in:
Sean Buckley 2024-05-05 21:12:21 -04:00
parent e7d0434a90
commit 4bb0b8777d

View file

@ -119,6 +119,7 @@
bind-key '"' split-window -v -c "#{pane_current_path}" bind-key '"' split-window -v -c "#{pane_current_path}"
bind-key '%' split-window -h -c "#{pane_current_path}" bind-key '%' split-window -h -c "#{pane_current_path}"
set -g base-index 1 set -g base-index 1
set -g history-limit 10000
set -g pane-base-index 1 set -g pane-base-index 1
set -g renumber-windows on set -g renumber-windows on
set -sa terminal-overrides ",*256color:Tc" set -sa terminal-overrides ",*256color:Tc"