Skip to content

Instantly share code, notes, and snippets.

@yoeun
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save yoeun/fb339de3eac5be200fae to your computer and use it in GitHub Desktop.

Select an option

Save yoeun/fb339de3eac5be200fae to your computer and use it in GitHub Desktop.
Disable swipe in Chrome (Mac)
# Mavericks
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE
# Older versions of OS X
defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment