diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/header_python | 4 | ||||
-rw-r--r-- | vim/vimrc | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/vim/header_python b/vim/header_python index 7481e59..d004526 100644 --- a/vim/header_python +++ b/vim/header_python @@ -10,3 +10,7 @@ # Author: Stefan Ritter <xeno@thehappy.de> # Description: + + + +# vim: set sw=4 tw=0 ts=4 expandtab: @@ -8,9 +8,11 @@ set number " enable linenumbers set noerrorbells " bell sucks set autoindent set tabstop=4 +set shiftwidth=4 set shiftround set modeline " enable modelines set nobackup " get rid of backupfiles +set foldenable "set listchars=tab:»· "set list " enable tab chars |