Help with mappings #1181
Unanswered
SingularisArt
asked this question in
Q&A
Replies: 1 comment
-
I also wanted mappings for
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using UltiSnips and Neogen. Here's what I would like to have:
Ctrl+j
will first check if there's a neogen placeholder in front, if so, jump to it, if not, go to the next UltiSnip placeholder.Ctrl+k
will first check if there's a neogen placeholder previously, if so, jump to it, if not, go to the previous UltiSnip placeholder.Tab
will expand UltiSnip snippets.Ctrl+Space
will all available cmp completions.Beta Was this translation helpful? Give feedback.
All reactions