Add :help command to open help

This commit is contained in:
Shin'ya UEOKA 2019-09-30 06:15:46 +00:00
parent 1afdb51fea
commit 80ed062487
4 changed files with 21 additions and 1 deletions

View file

@ -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};