Add tmux pane navigation keys

This commit is contained in:
David Morgan 2021-01-14 14:36:09 +00:00
parent 3be5da43d6
commit 005658dcc8
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ set-option -g default-terminal "screen-256color"
set -g bell-action current
bind-key . source-file ~/.tmux.conf
bind-key -n C-h select-pane -L
bind-key -n C-j select-pane -D
bind-key -n C-k select-pane -U
bind-key -n C-l select-pane -R
set -g status-bg black
set -g status-fg white