diff options
author | Shin'ya UEOKA <ueokande@i-beam.org> | 2019-09-30 06:15:46 +0000 |
---|---|---|
committer | Shin'ya UEOKA <ueokande@i-beam.org> | 2019-10-01 13:21:58 +0000 |
commit | 80ed062487356310efd5e4a76f1f8978dc836a4f (patch) | |
tree | fec48e1eef7a86dfb1c051f38d201bbd6bf24f42 /src/background/domains | |
parent | 1afdb51feaa860c6dd0542b362925fb553eabf4c (diff) |
Add :help command to open help
Diffstat (limited to 'src/background/domains')
-rw-r--r-- | src/background/domains/CommandDocs.ts | 1 |
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}; |