Created
November 5, 2019 02:18
-
-
Save mbriggs/1f84f2483b20275da6f4163f8f615673 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vmap <TAB> <esc>mbgv=`bgv | |
nmap <TAB> mb==`b | |
imap <TAB> <C-R>=HandleITab()<cr> | |
func! HandleITab() | |
if pumvisible() | |
return "\<c-n>" | |
else | |
return "\<ESC>==i" | |
endif | |
endfunc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment