add toggle mouse keybind

This commit is contained in:
2025-06-16 10:02:28 +02:00
parent b456a72a47
commit abc33322f9

View File

@ -3,3 +3,5 @@ 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}'