Skip to content

Instantly share code, notes, and snippets.

@raytroop
Created October 14, 2021 14:55
Show Gist options
  • Save raytroop/260cdec15c84226f77a211c83bed35fb to your computer and use it in GitHub Desktop.
Save raytroop/260cdec15c84226f77a211c83bed35fb to your computer and use it in GitHub Desktop.
jump through placerhold of coc.nvim
g:coc_snippet_next g:coc_snippet_next
Trigger key for going to the next snippet position, applied in insert
and select mode.
Only works when snippet session is activated.
Default: <C-j>
g:coc_snippet_prev g:coc_snippet_prev
Trigger key for going to the previous snippet position, applied in
insert and select mode.
Only works when snippet session is activated.
Default: <C-k>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment