How to use c-tab commands?

Asked by Paul Bourke

For the following commands:

   g:UltiSnipsListSnippets <c-tab>
   g:UltiSnipsJumpForwardTrigger <c-j>
   g:UltiSnipsJumpBackwardTrigger <c-k>

Does 'c' mean the Ctrl key? I've tried various combination to list the snippets for example, but can't seem to get it to work.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
UltiSnips Edit question
Assignee:
No assignee Edit question
Solved by:
SirVer
Solved:
Last query:
Last reply:
Revision history for this message
Best SirVer (sirver) said :
#1

That depends on your system imho - I think on most systems it is indeed the ctrl key. Try in a gvim session and not on the console - sometimes the terminal emulator gets in the way.

Revision history for this message
Paul Bourke (pauldbourke) said :
#2

Yeah just found c-j and c-k work so it's likely my terminal just doesn't like c-tab (http://stackoverflow.com/questions/2686766/mapping-c-tab-in-my-vimrc-fails-in-ubuntu). Thanks for the help!

Revision history for this message
Paul Bourke (pauldbourke) said :
#3

Thanks SirVer, that solved my question.