On 01/24/2013 02:14 PM, Tetsuya wrote: > Vim has everything, you just need a bunch of plugins. > I code mainly in python and django, and I use these plugins (among others): > > powerline (status bar indicating git branch, etc..) > syntastic (support for pep8, flake8, pyflakes, etc..) > ctrlp (fuzzy search for filenames) > jedi (*awesome* python smart autocompletion) > tagbar (support for ctags, tags in a side window, jump around, etc) > fugitive (git with vim commands, very useful) > nerdcommenter (smart comment management) > nerdtree (filesystem management, tree of files, etc) > snipmate (snippets and autoexpanding of boilerplates) > gundo (undo management - vim has a smarter-than-others undo system) > supertab (autocomplete everything with TAB, smartly depending on > language and context). > > Is this enough? :-) > I can continue, but I think that, just to start, is enough. Vim wins.
Awesome. I'm checking out these plugins right now, especially jedi and supertab. Thanks so much! -- http://mail.python.org/mailman/listinfo/python-list