Skip to content

Commit

Permalink
tmux: Increase history-limit to 5k
Browse files Browse the repository at this point in the history
  • Loading branch information
achalddave committed Apr 25, 2016
1 parent d50756e commit f8edbfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/tmux/.tmux.conf
Expand Up @@ -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

0 comments on commit f8edbfc

Please sign in to comment.