Vim - ab for each language

Posted by nXqd on Stack Overflow See other posts from Stack Overflow or by nXqd
Published on 2010-03-28T05:32:49Z Indexed on 2010/03/28 5:43 UTC
Read the original article Hit count: 348

Filed under:

I try to write :ab in Vim for faster coding but the question is can I write ab for each language .

Like in HTML : I write begincode : I'll be HTML DOC TYPE

in C++ : It'll be int main () { return 1; };

I'm a new beginner in Vim and I miss intellisense in visual studio, can I have it in Vim . I mean not only for C++, but another language too :)

Thanks for reading .

© Stack Overflow or respective owner

Related posts about vim