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

7 lines
167 B
Plaintext

bind-key c detach
bind-key a previous-window
bind-key d next-window
bind-key n new-window
bind-key f set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'