Skip to content

Instantly share code, notes, and snippets.

@newlawrence
Last active January 3, 2018 10:57
Show Gist options
  • Save newlawrence/b517b1a9b27962f43c2a20221f0e3a9b to your computer and use it in GitHub Desktop.
Save newlawrence/b517b1a9b27962f43c2a20221f0e3a9b to your computer and use it in GitHub Desktop.
My vimrc settings
syntax on
filetype indent off
set backspace=indent,eol,start
set tabstop=4 softtabstop=4 shiftwidth=4 expandtab
let g:netrw_banner = 0
let g:netrw_liststyle = 3
let g:netrw_browse_split = 4
let g:netrw_altv = 1
let g:netrw_preview = 1
let g:netrw_alto = 0
let g:netrw_winsize = 25
command Dev set nu | set cc=80
command NoDev set nonu | set cc-=80
command Res exe "vertical resize " . (&columns * 4/5)
command NoTrail %s/\s\+$//e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment