diff --git a/.tmux.conf b/.tmux.conf index cb2f2e75..785a9352 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -87,7 +87,7 @@ unbind l bind C-a last-window # Bigger history -set -g history-limit 10000 +set -g history-limit 80000 # New windows/pane in $PWD bind c new-window -c "#{pane_current_path}"