Skip to content

Instantly share code, notes, and snippets.

@jhamon
Created May 2, 2013 06:26
Show Gist options
  • Save jhamon/5500478 to your computer and use it in GitHub Desktop.
Save jhamon/5500478 to your computer and use it in GitHub Desktop.
noremap : ;
noremap ; :
set number
set background=dark
set textwidth=80
set paste
set foldmethod=indent
set nofoldenable "dont fold by default
set spell spelllang=en_us
let mapleader = ","
noremap <leader> ,
noremap <leader>q gqip
noremap <leader>z za
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment