Last active
December 31, 2015 05:19
-
-
Save ross-nordstrom/7940407 to your computer and use it in GitHub Desktop.
My vimrc. Minimalistic, with a focus on tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set hlsearch | |
set smartindent | |
set shiftwidth=3 | |
set tabstop=3 | |
set expandtab | |
set softtabstop=3 | |
set expandtab | |
set shiftround | |
set autoindent | |
set copyindent | |
set visualbell | |
set noerrorbells |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment