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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user