Set higer history limit
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Aroy-Art 2024-06-06 00:22:26 +02:00
parent 57013b3f25
commit ad68356440
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -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