More history

This commit is contained in:
Daniel Flanagan 2019-09-27 18:39:59 -05:00
parent 37ba330b5a
commit 2498798ec3

View file

@ -35,7 +35,7 @@ bind-key h split-window
# show tmux status bar by default with (C-s, H) to toggle it # show tmux status bar by default with (C-s, H) to toggle it
set -g status on set -g status on
set-option -g history-limit 1024000 set-option -g history-limit 102400000
bind-key H set -s status bind-key H set -s status
# simple session switching # simple session switching