Help
Nvim :help pages, generated
from source
using the tree-sitter-vimdoc parser.
Nvim documentation
If you are new to Nvim, see
nvim-intro. (To go to a help link, move the
cursor to it and hit
CTRL-], or ctrl-click with mouse. Try it here:
bars.)
news News since the previous release
nvim Getting start with Nvim
tutor 30-minute interactive course for beginners
faq Frequently Asked Questions
bugs Where to send bug reports
Usage
intro Introduction to Vim
index Index of all commands
user-manual User manual: How to accomplish editing tasks.
Kuwasha Helping poor children in Uganda
Basic editing
starting Starting Vim, Vim command arguments, initialisation
repeat.txt Repeating commands, Vim scripts and debugging
Advanced editing
tags Tags and special searches
windows Commands for using windows and buffers
tabpage Commands for using tabpages
folding Hide (fold) ranges of lines
API (extensibility/scripting/plugins)
api Nvim API via RPC, Lua and Vimscript
Programming language support
lsp Language Server Protocol (LSP)
indent.txt automatic indenting for C and other languages
filetype Settings for specific types of files
quickfix Commands for a quick edit-compile-fix cycle
UI
gui External (graphical) UIs
signs Signs displayed as window decorations (the "gutter")
Multilingual support
Interop
Versions
deprecated Deprecated features that will be removed
Developing nvim
dev-arch Internal architecture, modules, data structures
dev-theme Design guidelines (colorschemes etc.)
dev-tools Tools and techniques for developing Nvim
Now that you've jumped here with CTRL-] or a double mouse click, you can use
CTRL-T, CTRL-O, g<RightMouse>, or <C-RightMouse> to go back to where you were.
Note that tags are within | characters, but when highlighting is enabled these
characters are hidden (for aesthetics).
You can use
CTRL-] on any word (even if it is not within "|") and Nvim will
try to find help for it. Especially for options in single quotes, e.g.
'hlsearch'.