dotfiles/.tmux.conf
2025-02-25 14:07:10 +01:00

6 lines
110 B
Bash

set -s escape-time 0
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R