history limit to 100K and M-a send-prefix
This commit is contained in:
parent
172cd2c550
commit
2db00b4b0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue