[Tutor] vim as a python editor
Paul Griffiths
paulmg2010 at gmail.com
Fri Jan 7 22:04:13 CET 2011
On 5 January 2011 11:54, Sean Carolan <scarolan at gmail.com> wrote:
> > How have those of you who use vim configured it? I have looked
> > on the web but got a bit confused by the advice and options.
>
> My setup includes:
>
> autoindent turned on at 4 spaces
> ftplugin for "folding" functions like eclipse (this is my favorite!
> you just push f to expand a function)
> minibufexplorer for opening multiple files
> taglist for jumping around your code to different functions (needs
> exuberant ctags)
>
> Here are some instructions for setting most of these up:
>
> http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/
>
Thank you Sean for the above link, and to everyone else who replied. There
is obviously a lot that can be done with vim, but I will take your advice
and build up these skills gradually and try to concentrate on learning
python!
I've learned that:
- gvim may suit me better than vim
- a tabbed console is not as good as having a separate window for vim, the
python interpreter and the shell. (thank you Alan)
- re-configuring the Caps Lock to be an extra Esc saves time
- I must learn how to 'fold' functions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110107/b3d02340/attachment-0001.html>
More information about the Tutor
mailing list