Use emacs key mapping for status keys

This commit is contained in:
Oliver Davies 2019-12-03 09:22:31 +00:00
parent bf244aead8
commit f29729ae30

View file

@ -8,6 +8,7 @@ bind-key -n C-j select-pane -D
bind-key -n C-k select-pane -U bind-key -n C-k select-pane -U
bind-key -n C-l select-pane -R bind-key -n C-l select-pane -R
set-option -g status-keys "emacs"
set-option -g default-terminal "screen-256color" set-option -g default-terminal "screen-256color"
set -g status-fg "#aaaaaa" set -g status-fg "#aaaaaa"