The NeoVintageous help pages
Vim’s help pages are distributed with NeoVintageous and are accessible in the same way you would access them in Vim:
:help
The help pages are provided unmodified so it’s important to remember when referencing them that NeoVintageous is an emulation of Vim and may not yet implement that particular feature. Some features and differences specific to Sublime Text are in their own help page:
:help nv
It’s possible to go to whatever you want help on, by giving an argument to the :help
command. Here are a few examples:
:help operator
:help c
:help text-objects
:help iw
Help pages for ported plugins are also provided unmodified:
:help abolish
:help commentary
:help sneak
:help surround
:help unimpaired
NeoVintageous specific plugin help pages are also available:
:help highlightedyank
:help multiple-cursors