history limit to 100K and M-a send-prefix

This commit is contained in:
tosu 2023-12-06 03:25:44 +01:00
parent 172cd2c550
commit 2db00b4b0a
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@ set -g pane-border-status 'top'
set -g pane-border-style fg=#fb4934
set -g pane-active-border-style fg=#fb4934
# set-option -ga terminal-overrides ",xterm*:Tc"
set-option -g history-limit 50000
set-option -g history-limit 100000
# CTRL-Space instead of CTRL-B as prefix
unbind C-b
set-option -g prefix C-Space
bind-key -n C-b send-prefix
bind-key -n M-a send-prefix
bind-key -T prefix h select-pane -L
bind-key -T prefix j select-pane -D