Skip to content

Instantly share code, notes, and snippets.

@seafoox
Created July 28, 2014 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seafoox/4348d37828208c86713d to your computer and use it in GitHub Desktop.
Save seafoox/4348d37828208c86713d to your computer and use it in GitHub Desktop.
Disable Chrome's two-finger back/forward navigation
# Open terminal and type
defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE
# For mavericks
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