[wxPython-users] Re: In search of a good IDE.
Frank Niessink
frank at niessink.com
Fri Jul 21 00:05:29 PDT 2006
Kevin Watters:
> (Speaking of which, does anyone know the way to make vim enter spaces instead of
> tab and keep it's intelligent indenting behavior?)
I mostly use vim for programming in Python. The lines below are from my
.vimrc. It's been a while since I tweaked these, so I'm not exactly sure
whether these are all relevant.
syntax enable
set autoindent
set smartindent
set textwidth=72
set backspace=2
set tabstop=4
set shiftwidth=4
set expandtab
Cheers, Frank
More information about the wxpython-users
mailing list