fix scrollback setting after literally years
This commit is contained in:
parent
41df09169c
commit
70227a35e7
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ set -g mouse on
|
||||||
set -g set-clipboard off
|
set -g set-clipboard off
|
||||||
|
|
||||||
# big scrollback
|
# big scrollback
|
||||||
set -g history-limit 10240
|
set-option -g history-limit 10240
|
||||||
|
|
||||||
# smart pane switching with awareness of vim splits
|
# 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"
|
bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-h) || tmux select-pane -L"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue