-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hey Lazar!
Maybe I'm missing something, but during setup, I think we're missing
# Navigation (Ctrl + hjkl)
bind -n 'C-h' if-shell "$is_vim" 'send-keys C-h' 'select-pane -L'
bind -n 'C-j' if-shell "$is_vim" 'send-keys C-j' 'select-pane -D'
bind -n 'C-k' if-shell "$is_vim" 'send-keys C-k' 'select-pane -U'
bind -n 'C-l' if-shell "$is_vim" 'send-keys C-l' 'select-pane -R'In the tmux config?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels