aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee5
1 files changed, 4 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index db8cc60f..07f3640a 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -96,6 +96,7 @@ Commands =
"goUp",
"goToRoot",
"enterInsertMode",
+ "passNextKey",
"enterVisualMode",
"enterVisualLineMode",
"focusInput",
@@ -164,7 +165,8 @@ Commands =
"moveTabRight",
"closeTabsOnLeft",
"closeTabsOnRight",
- "closeOtherTabs"]
+ "closeOtherTabs",
+ "passNextKey"]
defaultKeyMappings =
"?": "showHelp"
@@ -277,6 +279,7 @@ commandDescriptions =
openCopiedUrlInNewTab: ["Open the clipboard's URL in a new tab", { background: true, repeatLimit: 20 }]
enterInsertMode: ["Enter insert mode", { noRepeat: true }]
+ passNextKey: ["Pass the next key to Chrome", { passCountToFunction: true }]
enterVisualMode: ["Enter visual mode", { noRepeat: true }]
enterVisualLineMode: ["Enter visual line mode", { noRepeat: true }]