dotfiles/.tmux.conf
2024-05-28 20:42:24 +02:00

6 lines
110 B
Bash

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