aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2014-12-14 07:55:33 +0000
committerStephen Blott2014-12-14 07:55:33 +0000
commit1d79e1964d1fff846f76ce4263183faaa0a2dfaf (patch)
tree35d6142a2c98b277da9dcf510ba9f1a5d0a88d52
parent1f54f9b6892fd92af419bfa29f986a4c8614013e (diff)
downloadvimium-1d79e1964d1fff846f76ce4263183faaa0a2dfaf.tar.bz2
Remove default binding for LinkHints.activateModeToDownloadLink.
LinkHints.activateModeToDownloadLink is newly-added, and hasn't been in a release before. It's an advanced command, and it's not clear it warrants a default binding.
-rw-r--r--background_scripts/commands.coffee2
1 files changed, 0 insertions, 2 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 10fa323b..585ef572 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -207,8 +207,6 @@ defaultKeyMappings =
"F": "LinkHints.activateModeToOpenInNewTab"
"<a-f>": "LinkHints.activateModeWithQueue"
- "af": "LinkHints.activateModeToDownloadLink"
-
"/": "enterFindMode"
"n": "performFind"
"N": "performBackwardsFind"