add toggle mouse keybind

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

View File

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