Skip to content

Instantly share code, notes, and snippets.

@walm
Created October 20, 2014 06:39
Show Gist options
  • Save walm/352b49e708119bc8bbf4 to your computer and use it in GitHub Desktop.
Save walm/352b49e708119bc8bbf4 to your computer and use it in GitHub Desktop.
Safari backspace as back

Enable

defaults write com.apple.Safari NSUserKeyEquivalents -dict-add Back "\U232b"

Disable

defaults delete com.apple.Safari NSUserKeyEquivalents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment