Skip to content

Instantly share code, notes, and snippets.

@zoozalp
Last active January 16, 2017 20:50
Show Gist options
  • Save zoozalp/fa1c70d0393ae87cb751b24a5385030a to your computer and use it in GitHub Desktop.
Save zoozalp/fa1c70d0393ae87cb751b24a5385030a to your computer and use it in GitHub Desktop.
Disable swiping in Chrome for OS X
defaults write com.google.Chrome AppleEnableMouseSwipeNavigateWithScrolls -bool false
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment