mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 04:58:21 +00:00
593 B
593 B
Neovim help system
- the main command is
:h
which should openhelp.txt
if given no arguments; this should be enough if you want to explore much of Neovim itself as the document has - if given an argument, Vim will open the section of the document with the closest match
-
some points of interest
- you can view the complete listing of help tags with
help-tags
- there is also a index of tags from
index.txt
- you can view the complete listing of help tags with