Skip to content

Instantly share code, notes, and snippets.

@nWidart
Created January 12, 2018 08:03
Show Gist options
  • Save nWidart/37e97cfb745dc655adc8aab82ace6e30 to your computer and use it in GitHub Desktop.
Save nWidart/37e97cfb745dc655adc8aab82ace6e30 to your computer and use it in GitHub Desktop.
Enable/Disable Chrome swipe back gesture
# Enable
defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool TRUE
# Disable
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