vim configuration help

Mirko Zeibig mirko-lists at zeibig.net
Tue Apr 15 05:26:20 EDT 2003


Gerhard Haering wrote:
Hello Gerhard,
> Karl Scalet wrote:
>> looking in my vimrc file:
>> 
>> set autoindent
>> set tabstop=4
>> set shiftwidth=4
>> set expandtab
>> 
>> could give you a start
> 
> No, no, no! That's evil!
> 
> Tabs are 8 characters wide. Period.

says who?

Anyway, a very handy setting for vim which will display tabs:
---
"show tabs, EOL etc.
set list
set lcs=tab:»·   "show tabs
set lcs+=trail:· "show trailing spaces

autocmd FileType make set noexpandtab
---
and to use tabs in Makefiles

Regards
Mirko
-- 
"Ein, zwei, drei im Sauseschritt, saust die Zeit, wir sausen mit!"
(Busch sein Willi, und nit sein Georg)




More information about the Python-list mailing list