Vim go ahead with <ci> doesn't work for me either (snipmate)

I have the same problem as many other users. Go back <Co> works, but there is no jump forward. I read the same questions and answers, but did not get any result. I try the command :verbose map <CI> and get the following:
verbose command result How to disable snipmate display?

+4
source share
1 answer

First, if this is not clear to you, <Ci> same as <Tab> ; Unfortunately, you cannot display them separately.

The screenshot shows that snipMate captured <Ci> in visual display and selection mode; he needs these mappings to go to the next Snippet tab. You can change this by editing the snipMate file, but these mappings do not interfere with the display of the normal <Ci> mode you are worried about.

In normal mode, you reassigned <Ci> / <Tab> to gt in .vimrc ; you need to re-assign or remove this in order to return the original <Ci> command.

+6
source

All Articles