Add Vim-like pane navigation
This commit is contained in:
parent
4e0c874321
commit
aa2426d955
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue