dotfiles/home/dot_config/tmux/+qwerty.tmux
2025-11-21 22:57:52 +00:00

12 lines
274 B
Bash

# vim: ft=tmux
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind -r H resize-pane -L 5
bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r L resize-pane -R 5
# bind C-h select-window -t :-
# bind C-l select-window -t :+