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