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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -