diff --git a/misc/tmux/.tmux.conf b/misc/tmux/.tmux.conf index dcd56a8..322f9f9 100644 --- a/misc/tmux/.tmux.conf +++ b/misc/tmux/.tmux.conf @@ -65,3 +65,5 @@ setw -g pane-base-index 1 # Fix for OSX issues with open and pb{copy,paste} # http://www.elmund.io/osx/2015/07/10/open-command-in-osx-tmux/ if-shell "uname | grep -q Darwin" "set -g default-command \"reattach-to-user-namespace -l ${SHELL}\"" + +set-option -g history-limit 5000