From Boldcore's wiki
Revision as of 05:37, 31 May 2017 by Admin (Talk | contribs)

Jump to: navigation, search

My favorite addition to vimrc

1. Line numbering
2. Smaller Tab size

set number
set tabstop=4
set softtabstop=4
syntax on
nohlsearch

I like 3 spaces more, but because of Python, use four.