From Boldcore's wiki
Jump to: navigation, search

My favorite addition to vimrc

1. Line numbering
2. Smaller Tab size
3. Syntax
4. Clear search leftovers

set softtabstop=4 shiftwidth=4 expandtab
set number
syntax on
nohlsearch

I like 3 spaces more, but because of Python, use four (according to PEP).