On 5 January 2011 11:54, Sean Carolan <scaro...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to