ervandew / supertab

Perform all your vim insert mode completions with Tab
3.18k stars 214 forks source link

Going backward with <tab> and forward with <s-tab> #182

Closed choucavalier closed 7 years ago

choucavalier commented 7 years ago

I installed supertab with default configuration and am using it with neovim 0.1.7.

When I press <tab> the completion is going backward in the completion list and when I press <s-tab> it's going forward. I don't know what's happening, it's very strange.

I have tried the following but it didn't change anything.

let g:SuperTabMappingForward = '<tab>'
let g:SuperTabMappingBackward = '<s-tab>'

I also tried to reverse those two settings. No luck.

ervandew commented 7 years ago

See the second question under "Frequently Asked Questions": https://github.com/ervandew/supertab

choucavalier commented 7 years ago

Ah damn, sorry. I should have read that!