tmux: more scrollback
This commit is contained in:
parent
55e68672aa
commit
742050ea33
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ set -s escape-time 0
|
||||||
# resize based on smallest connected window, not session
|
# resize based on smallest connected window, not session
|
||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
|
|
||||||
|
# more scrollback in the name of satan
|
||||||
|
set-option -g history-limit 50000
|
||||||
|
|
||||||
# all the colors we can get
|
# all the colors we can get
|
||||||
set-option -g default-terminal "tmux-256color"
|
set-option -g default-terminal "tmux-256color"
|
||||||
set-option -ga terminal-overrides ",xterm*:Tc"
|
set-option -ga terminal-overrides ",xterm*:Tc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue