diff options
| author | Stephen Blott | 2014-12-14 08:12:41 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-14 08:12:41 +0000 |
| commit | 3f3444d1fe72c74439bd9bec3c27ab441ae560a0 (patch) | |
| tree | 35d6142a2c98b277da9dcf510ba9f1a5d0a88d52 | |
| parent | 1f54f9b6892fd92af419bfa29f986a4c8614013e (diff) | |
| parent | 1d79e1964d1fff846f76ce4263183faaa0a2dfaf (diff) | |
| download | vimium-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.coffee | 2 |
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" |
