Page 1 of 1
Vim editor
Posted: Mon Dec 29, 2008 9:21 pm
by ramsingh
I am using vim editor in linux ubutu for PHP programming. Earlier i was Zend editor.
Is it possible to enable suggestion window for commands in vim?
Can any body help me configuring my vim for getting it's optimum usage?
Yours answers will be a great help to me.
Re: Vim editor
Posted: Tue Dec 30, 2008 3:04 am
by jmut
I assume you're new to vim in general.
Your questions regards autocomplete source code or autocomplete vim commands?
I suggest you spend a day or two with vim tutorial....it's really helpful and will get you running pretty fast.
http://weierophinney.net/matthew/archiv ... oject.html
http://weierophinney.net/matthew/archiv ... opers.html
If you google a bit you'll find quite some stuff.
Here some useful plugins I use myself - not sure if any of those are in there by default but I find those using everyday. With latest vim autocomplete is part of vim more or less.
checksyntax.vim
EnhancedCommentify.vim
fuzzyfinder.vim
justify.vim
matchit.vim
NERD_tree.vim
php-doc.vim
phpfolding.vim
Re: Vim editor
Posted: Wed Dec 31, 2008 4:09 am
by Weirdan
First thing you will need in ubuntu to unleash the power of vim is to install vim-full package (by default, Ubuntu has vim-tiny package installed, which is very limited in features. For example it doesn't support tabs).