Skip to content

Instantly share code, notes, and snippets.

@kimgnu
Created February 14, 2020 06:48
Show Gist options
  • Save kimgnu/ad1c0127083e4b9d60b5f1df77a69ae5 to your computer and use it in GitHub Desktop.
Save kimgnu/ad1c0127083e4b9d60b5f1df77a69ae5 to your computer and use it in GitHub Desktop.
# Toggle mouse on
bind-key M \
set-option -g mouse on \;\
display-message 'Mouse: ON'
# Toggle mouse off
bind-key m \
set-option -g mouse off \;\
display-message 'Mouse: OFF'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment