Editing Python programs in VI

I recently discovered that if you have to edit your python code from vi, the following definiton is very useful:

:se et ts=8 sw=4 softtabstop=4 smarttab

But other than certain rare cases, I’d recommend to run PyDev in Eclipse. There’s also a nice tutorial if you need it.

Leave a Reply