Add :help command to open help
This commit is contained in:
parent
1afdb51fea
commit
80ed062487
4 changed files with 21 additions and 1 deletions
|
@ -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};
|
||||
|
|
Reference in a new issue