diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-10-01 13:37:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 13:37:09 +0000 |
commit | 620d4bc03e11ae88e2162cb4acdf88b6bded50e5 (patch) | |
tree | 6d1ed59cde68ff0cb721e6ac0d3c9554a07bc2bf /src/background/domains | |
parent | 1afdb51feaa860c6dd0542b362925fb553eabf4c (diff) | |
parent | cb08141a55e9f067f73f3d9c387c6af5bb05b608 (diff) |
Merge pull request #649 from ueokande/help-page
Add :help command to show help page
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}; |