wiki/notebook/editor.neovim.help-system.org
2022-04-03 17:00:15 +08:00

593 B

Neovim help system

  • the main command is :h which should open help.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