On Wednesday 27 April 2005 22:52, Brian Schröäer wrote: > Thank you all for your answers. I can imagine that vim is not too bad, > after having tried it a bit. But until I find time to find out how to > do: > 1) Auto-Indent with Tab These lines in your ~/vimrc should do it: set smarttab set sw=4 " replace 4 with whatever you like Stefan