Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map old tab behaviour to <s-tab> #163

Open
Leandros opened this issue Dec 10, 2015 · 1 comment
Open

map old tab behaviour to <s-tab> #163

Leandros opened this issue Dec 10, 2015 · 1 comment

Comments

@Leandros
Copy link

I want to map the old <tab> behaviour to <s-tab>, since I can't indent after words anymore with supertab, it's always trying to suggest completions.
Simply doing inoremap <s-tab> <tab> doesn't work.

@ervandew
Copy link
Owner

supertab maps <s-tab> to scroll through completions in reverse and maps a literal tab to <c-tab>, so in your case you could just swap the two:

let g:SuperTabMappingBackward = '<c-tab>'
let g:SuperTabMappingTabLiteral = '<s-tab>'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants