diff options
| author | Phil Crosby | 2014-04-30 01:00:57 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2014-04-30 01:01:35 -0700 | 
| commit | b3c1871027801a670779b467b69a5ac03ed331bd (patch) | |
| tree | aec0ea07a0420192acf185f7dfe81d6ee617c48c /background_scripts/commands.coffee | |
| parent | c4593fbe1cb292161d6a4e503d512e5d9d163e91 (diff) | |
| download | vimium-b3c1871027801a670779b467b69a5ac03ed331bd.tar.bz2 | |
Unbind activate in foreground by default
1) C-F doesn't seem like a good choice
2) I'm not sure how many folks will use this. Maybe a lot of people?
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 97836459..e2211be1 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -143,7 +143,6 @@ defaultKeyMappings =    "f":     "LinkHints.activateMode"    "F":     "LinkHints.activateModeToOpenInNewTab"    "<a-f>": "LinkHints.activateModeWithQueue" -  "<c-F>": "LinkHints.activateModeToOpenInNewForegroundTab"    "/": "enterFindMode"    "n": "performFind" | 
