Files
dotfiles/tmux/.config/tmux/tmux.conf
2024-04-15 17:06:49 +02:00

7 lines
90 B
Bash

set -g mouse
bind h selectp -L
bind j selectp -D
bind k selectp -U
bind l selectp -R