aboutsummaryrefslogtreecommitdiff
path: root/src/background/domains
diff options
context:
space:
mode:
authorShin'ya UEOKA <ueokande@i-beam.org>2019-09-30 06:15:46 +0000
committerShin'ya UEOKA <ueokande@i-beam.org>2019-10-01 13:21:58 +0000
commit80ed062487356310efd5e4a76f1f8978dc836a4f (patch)
treefec48e1eef7a86dfb1c051f38d201bbd6bf24f42 /src/background/domains
parent1afdb51feaa860c6dd0542b362925fb553eabf4c (diff)
Add :help command to open help
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};