Skip to content

Commit

Permalink
Merge pull request #112 from 130s/impr/tmux_bufferlength
Browse files Browse the repository at this point in the history
[tmux] Longer history.
  • Loading branch information
130s authored Feb 7, 2017
2 parents 01a18b2 + 800be01 commit 2c347e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tmux_default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ set -g status-right " '+%a, %b %d - %I:%M' pane #P "

# TMUX history length. Default maybe around 2000, which is way too short.
# http://stackoverflow.com/questions/18760281/how-to-increase-scrollback-buffer-size-in-tmux
set-option -g history-limit 20000
set-option -g history-limit 50000

0 comments on commit 2c347e6

Please sign in to comment.