Skip to content

Instantly share code, notes, and snippets.

@ross-nordstrom
Last active December 31, 2015 05:19
Show Gist options
  • Save ross-nordstrom/7940407 to your computer and use it in GitHub Desktop.
Save ross-nordstrom/7940407 to your computer and use it in GitHub Desktop.
My vimrc. Minimalistic, with a focus on tabs
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