Files
dotfiles/.config/tmux/tmux.conf.d/keybinds.conf

7 lines
198 B
Plaintext

bind-key w select-pane -U
bind-key a select-pane -L
bind-key s select-pane -D
bind-key d select-pane -R
bind-key c detach
bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'