-
Notifications
You must be signed in to change notification settings - Fork 214
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
Inserting a literal tab #49
Comments
If you desire that behavior just put in your .vimrc :inoremap pumvisible() ? "" : "" this way you still use tab for completion and if you are already in the On second though, the .vimrc file may not be the correct place to put the Note that supertab does have a variable that you can set in your .vimrc On Mon, Sep 17, 2012 at 3:20 PM, Joe Lencioni notifications@github.comwrote:
|
|
It would be nice if there was an easy way to insert a literal tab instead of triggering auto completion. Other editors have solved this problem by binding
<Shift> + <Tab>
to insert a literal tab.The text was updated successfully, but these errors were encountered: