diff --git a/Configs/Tmux/tmux.conf b/Configs/Tmux/tmux.conf index c2e9ecc..82183aa 100644 --- a/Configs/Tmux/tmux.conf +++ b/Configs/Tmux/tmux.conf @@ -5,7 +5,7 @@ bind r source-file ~/.tmux.conf # Enable mouse control (clickable windows, panes, resizable panes) #set -g mouse on -set -g history-limit 100000 +set -g history-limit 500000 # switch panes using Alt-arrow without prefix bind -n M-Left select-pane -L