fix scrollback setting after literally years

This commit is contained in:
Haak Saxberg 2024-02-01 21:12:29 -08:00
parent 41df09169c
commit 70227a35e7

View file

@ -31,7 +31,7 @@ set -g mouse on
set -g set-clipboard off
# big scrollback
set -g history-limit 10240
set-option -g history-limit 10240
# smart pane switching with awareness of vim splits
bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-h) || tmux select-pane -L"