Skip to content

Instantly share code, notes, and snippets.

View antonyshchenko's full-sized avatar

Anton Onyshchenko antonyshchenko

View GitHub Profile
@antonyshchenko
antonyshchenko / disable-back-gesture-on-mac-by-browser.md
Last active March 16, 2023 11:05 — forked from babakness/disable-back-gesture-on-mac-by-browser.md
A list of commands to disable the back gesture for Chrome, FireFox, Brave, and Safari

When working with online editor, the back gesture on a Mac can become very frustrating. Here are some helpful commands disable the back gesture:

# Disable back gesture in specific apps

# Chrome
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE
# FireFox
defaults write org.mozilla.firefox AppleEnableSwipeNavigateWithScrolls -bool FALSE
# Brave