1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Increase tmux history size.

This commit is contained in:
Bert Peters
2017-01-30 15:37:35 +01:00
parent 8229ac2f37
commit a6585a4021

View File

@@ -19,3 +19,6 @@ bind R source ~/.config/tmux/tmux.conf
bind c new-window -c '#{pane_current_path}'
bind "\"" split-window -c '#{pane_current_path}'
bind "\%" split-window -h -c '#{pane_current_path}'
# Larger buffer size, 2000 is always too small.
set-option -g history-limit 10000