> For the complete documentation index, see [llms.txt](https://timhwang21.gitbook.io/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://timhwang21.gitbook.io/index/cli/vim/help.md).

# Help

`:help [search]` searches the Vim docs for the current command. However, search can be refined by prefixing the mode.

* `:help R`: not so useful docs on replace mode
* `:help ^R`: docs for `<Ctrl-r>`
* `:help i_^R`: insert contents of register in context of insert mode
* `:help c_^R`: insert contents of register in context of command mode
