Set higer history limit
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
parent
57013b3f25
commit
ad68356440
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ bind r source-file ~/.tmux.conf
|
||||||
# Enable mouse control (clickable windows, panes, resizable panes)
|
# Enable mouse control (clickable windows, panes, resizable panes)
|
||||||
#set -g mouse on
|
#set -g mouse on
|
||||||
|
|
||||||
set -g history-limit 100000
|
set -g history-limit 500000
|
||||||
|
|
||||||
# switch panes using Alt-arrow without prefix
|
# switch panes using Alt-arrow without prefix
|
||||||
bind -n M-Left select-pane -L
|
bind -n M-Left select-pane -L
|
||||||
|
|
Loading…
Reference in a new issue