How to enter a tab character in vim with SuperTab plugin enabled?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
I've not used this extension myself, but I would guess that ^V-Tab might work. ^V in general can be used in insert mode to insert a literal keystroke instead of whatever that key is mapped to do. So you type Control-V, then hit whatever key or key combo you want to insert literally. |
|||
|
|
If you want to simulate pressing
|
||||
|
|
|
You could also use the indent functionality by typing |
|||
|
|