mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Increase the history limit from 10,000 lines to 100,000 lines
This commit is contained in:
parent
4360c3b7ce
commit
cd0af373d2
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ set-option -g pane-base-index 1 #start counting panes at 1 instead of 0
|
||||||
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows
|
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows
|
||||||
set-option -g set-titles on #attempt to set the terminal title
|
set-option -g set-titles on #attempt to set the terminal title
|
||||||
set-option -g set-titles-string "#I:#P - #W - #T" #string used to set the terminal title
|
set-option -g set-titles-string "#I:#P - #W - #T" #string used to set the terminal title
|
||||||
set-option -g history-limit 10000 #maximum number of lines kept in history
|
set-option -g history-limit 100000 #maximum number of lines kept in history
|
||||||
set-option -g display-time 2000 #number of ms for status line messages and other on-screen indicators to display
|
set-option -g display-time 2000 #number of ms for status line messages and other on-screen indicators to display
|
||||||
set-option -g display-panes-time 2000 #number of ms to show indicators from the display-panes command
|
set-option -g display-panes-time 2000 #number of ms to show indicators from the display-panes command
|
||||||
set-option -sg escape-time 0 #allow commands immediately following send-prefix
|
set-option -sg escape-time 0 #allow commands immediately following send-prefix
|
||||||
|
|
|
@ -28,7 +28,7 @@ set-option -g pane-base-index 1 #start counting panes at 1 instead of 0
|
||||||
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows
|
set-option -g renumber-windows on #when a window is closed, renumber the remaining windows
|
||||||
set-option -g set-titles on #attempt to set the terminal title
|
set-option -g set-titles on #attempt to set the terminal title
|
||||||
set-option -g set-titles-string "#I:#P - #W - #T" #string used to set the terminal title
|
set-option -g set-titles-string "#I:#P - #W - #T" #string used to set the terminal title
|
||||||
set-option -g history-limit 10000 #maximum number of lines kept in history
|
set-option -g history-limit 100000 #maximum number of lines kept in history
|
||||||
set-option -g display-time 2000 #number of ms for status line messages and other on-screen indicators to display
|
set-option -g display-time 2000 #number of ms for status line messages and other on-screen indicators to display
|
||||||
set-option -g display-panes-time 2000 #number of ms to show indicators from the display-panes command
|
set-option -g display-panes-time 2000 #number of ms to show indicators from the display-panes command
|
||||||
set-option -sg escape-time 0 #allow commands immediately following send-prefix
|
set-option -sg escape-time 0 #allow commands immediately following send-prefix
|
||||||
|
|
Loading…
Reference in a new issue