macvim - Vim auto complete -


so know can vim autocompletion ctrl-x, ctrl-o i'm wondering if rework works pressing tab (more textmate's snippets), or how remap bit shorter (even if can't fancy tab completion), find ctrl-x, ctrl-o bit awkward.

map tab ctrl-x,ctrl-o

:imap <tab> <c-x><c-o> 

see this page vim-wiki smarter tab completion


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -