Files
dotfiles/tmux/.config/tmux/tmux.conf
T
2024-05-08 12:30:33 +02:00

8 lines
114 B
Bash

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