Skip to content

Instantly share code, notes, and snippets.

@klobucar
Created August 11, 2014 04:24
Show Gist options
  • Save klobucar/f52ec572851fad61afdd to your computer and use it in GitHub Desktop.
Save klobucar/f52ec572851fad61afdd to your computer and use it in GitHub Desktop.
bind m run "if [[ `tmux show-option -w | grep mode-mouse.*on` ]]; then toggle=off; else toggle=on; fi; tmux display-message \"mouse tmux: \$toggle\"; tmux set-option -w mode-mouse \$toggle &> /dev/null; for cmd in mouse-select-pane mouse-resize-pane mouse-select-window; do tmux set-option -g \$cmd \$toggle &> /dev/null; done;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment