Skip to content

Instantly share code, notes, and snippets.

@iambibhas
Created January 9, 2015 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iambibhas/c96ae19c5fe775383191 to your computer and use it in GitHub Desktop.
Save iambibhas/c96ae19c5fe775383191 to your computer and use it in GitHub Desktop.
Simple vim config for sane editing
" Sets line number
set number
" Set encoding to utf8
set encoding=utf8
" Set indentation
set shiftwidth=4
set tabstop=4
" Auto and Smart indent + wrap
set ai
set si
set wrap
set laststatus=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment