aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorPhil Crosby2014-04-30 01:00:57 -0700
committerPhil Crosby2014-04-30 01:01:35 -0700
commitb3c1871027801a670779b467b69a5ac03ed331bd (patch)
treeaec0ea07a0420192acf185f7dfe81d6ee617c48c /background_scripts/commands.coffee
parentc4593fbe1cb292161d6a4e503d512e5d9d163e91 (diff)
downloadvimium-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.coffee1
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"