Skip to main content
API & Syntax Lookup

Reference Matrix

All 396 documented Vim commands, actions, mappings, functions, variables, autocmd events, and highlight groups from the current coc.nvim help file.

Source snapshot: coc.txt at 555f5cec · generated 2026-08-24

Showing 125 of 396 entries
Command
:CocCommand [{name}] [{args}] ...

Run a command provided by coc.nvim or contributed by extensions; use <tab> for name completion. Opens coc-list-commands when {name} isn't provided.

Command
:CocDiagnostics [height]

Open Vim's location-list with diagnostics of the current buffer. The location list is automatically updated by default. When multiple location lists are opened for one buffer, only the first is automatically updated.

Command
:CocList [{...options}] [{source}] [{...args}]

Open the coc list of {source} (for the current jump locations). Example: `:CocList --normal location`.