aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-30 14:27:37 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-30 14:27:37 +0200
commitf2975b1b5d89d6dbe628869c74f02421927dc885 (patch)
tree0eda80cceeee9b7e055bc079f216b92c73385dae /.osx
parentd141e2ca9f6d3f886713404e897026a0387b0990 (diff)
downloaddotfiles-f2975b1b5d89d6dbe628869c74f02421927dc885.tar.gz
dotfiles-f2975b1b5d89d6dbe628869c74f02421927dc885.tar.bz2
dotfiles-f2975b1b5d89d6dbe628869c74f02421927dc885.zip
.osx: Allow hitting the Backspace key to go to the previous page in Safari’s history
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index c130a34..8ba17e9 100755
--- a/.osx
+++ b/.osx
@@ -277,6 +277,9 @@ defaults write com.apple.dock wvous-bl-modifier -int 0
# Safari & WebKit #
###############################################################################
+# Allow hitting the Backspace key to go to the previous page in history
+defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool true
+
# Hide Safari’s bookmarks bar by default
defaults write com.apple.Safari ShowFavoritesBar -bool false