diff options
| author | Stephen Blott | 2014-12-14 07:55:33 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-14 07:55:33 +0000 | 
| commit | 1d79e1964d1fff846f76ce4263183faaa0a2dfaf (patch) | |
| tree | 35d6142a2c98b277da9dcf510ba9f1a5d0a88d52 /background_scripts/commands.coffee | |
| parent | 1f54f9b6892fd92af419bfa29f986a4c8614013e (diff) | |
| download | vimium-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.
Diffstat (limited to 'background_scripts/commands.coffee')
| -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" | 
