On 9 Sep 1999 18:42:51 GMT, Bernhard Reiter <bernhard at alpha1.csd.uwm.edu> wrote: >Someone should elaborate on the tab use in vim a bit. > Bernhard :set et ts=4 sw=4 smarttab " standard python 4-space tabs :set autoindent :im :<cr> :<cr><tab> This is all I need for python tabbing.