A hubot script that shows Vim's help.
See scripts/vimhelp.js
for full documentation.
-
Node.js v16.0.0+
-
- Vim
- Git (Optional)
In hubot project repo, run:
npm install hubot-vimhelp --save
Then add hubot-vimhelp to your external-scripts.json
:
[
"hubot-vimhelp"
]
user1>> :help j
hubot>>
j or *j*
<Down> or *<Down>*
CTRL-J or *CTRL-J*
<NL> or *<NL>* *CTRL-N*
CTRL-N [count] lines downward |linewise|.
Also reacts for reply.
user1>> @hubot :help j
hubot>>
@user1
j or *j*
<Down> or *<Down>*
CTRL-J or *CTRL-J*
<NL> or *<NL>* *CTRL-N*
CTRL-N [count] lines downward |linewise|.
Show the help of Vim.
:h
which is a shortcut version is available.
This is a command for administrator. Some sub commands exist.
Show the simple help of :vimhelp
.
This command manages the Vim plugins. User can show the help of Vim plugin after you installed a Vim plugin.
User can specify the {plugin-name} by the one of following formats:
- A repository name of vim-scripts
- A GitHub repository in
owner/repos
style - A URL of Git repository
Install Vim plugins. You can specify one or more plugin names.
Uninstall Vim plugins. You can specify one or more plugin names.
Update installed Vim plugins. You can specify one or more plugin names.
All Vim plugins are updated when {plugin-name}
is not specified.
Show the list of installed Vim plugins.
thinca thinca+npm@gmail.com