Increase tmux history limit to 80000
This commit is contained in:
@@ -87,7 +87,7 @@ unbind l
|
||||
bind C-a last-window
|
||||
|
||||
# Bigger history
|
||||
set -g history-limit 10000
|
||||
set -g history-limit 80000
|
||||
|
||||
# New windows/pane in $PWD
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
|
||||
Reference in New Issue
Block a user