Created
October 14, 2021 14:55
-
-
Save raytroop/260cdec15c84226f77a211c83bed35fb to your computer and use it in GitHub Desktop.
jump through placerhold of coc.nvim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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