Add Vim-like pane navigation

This commit is contained in:
Oliver Davies 2025-03-17 20:05:16 +00:00
parent 4e0c874321
commit aa2426d955

View file

@ -74,6 +74,12 @@ in
set-option -g pane-active-border-style "fg=#1f2335"
set-option -g pane-border-style "fg=#1f2335"
# Vim-like pane navigation.
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -r f run-shell "tmux new-window tmux-sessionizer"
bind-key -r N split-window -h "notes"