OS X disable back gesture
After accidentally scrolling back a page when browsing the web in chrome too many times. Figured out how to disable it: from your terminal
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE
OS X
]