aboutsummaryrefslogtreecommitdiff
path: root/src/background/domains
diff options
context:
space:
mode:
Diffstat (limited to 'src/background/domains')
-rw-r--r--src/background/domains/CommandDocs.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/background/domains/CommandDocs.ts b/src/background/domains/CommandDocs.ts
index 25ea62a..e926851 100644
--- a/src/background/domains/CommandDocs.ts
+++ b/src/background/domains/CommandDocs.ts
@@ -8,4 +8,5 @@ export default {
bdeletes: 'Close all tabs matched by keywords',
quit: 'Close the current tab',
quitall: 'Close all tabs',
+ help: 'Open Vim Vixen help in new tab',
} as {[key: string]: string};