tmux: more scrollback

This commit is contained in:
Grigory Shipunov 2020-12-13 22:22:11 +01:00
parent 55e68672aa
commit 742050ea33
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -4,6 +4,9 @@ set -s escape-time 0
# resize based on smallest connected window, not session
setw -g aggressive-resize on
# more scrollback in the name of satan
set-option -g history-limit 50000
# all the colors we can get
set-option -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",xterm*:Tc"