aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2014-12-14 08:12:41 +0000
committerStephen Blott2014-12-14 08:12:41 +0000
commit3f3444d1fe72c74439bd9bec3c27ab441ae560a0 (patch)
tree35d6142a2c98b277da9dcf510ba9f1a5d0a88d52
parent1f54f9b6892fd92af419bfa29f986a4c8614013e (diff)
parent1d79e1964d1fff846f76ce4263183faaa0a2dfaf (diff)
downloadvimium-3f3444d1fe72c74439bd9bec3c27ab441ae560a0.tar.bz2
Merge pull request #1309 from smblott-github/no-default-binding-for-download-link
Remove default binding for LinkHints.activateModeToDownloadLink.
-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"