Skip to content

Instantly share code, notes, and snippets.

@fonylew
Created February 19, 2016 08:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fonylew/58296381bdc7524690ad to your computer and use it in GitHub Desktop.
Save fonylew/58296381bdc7524690ad to your computer and use it in GitHub Desktop.
set relativenumber
set number
colorscheme elflord
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment