Skip to content

Instantly share code, notes, and snippets.

@loveJesus
Last active January 25, 2017 04:22
Show Gist options
  • Select an option

  • Save loveJesus/b863e3020b6526bd24bb0cea8f507423 to your computer and use it in GitHub Desktop.

Select an option

Save loveJesus/b863e3020b6526bd24bb0cea8f507423 to your computer and use it in GitHub Desktop.
"Hallelujah
set nocompatible " be iMproved, required
nmap <C-N><C-N> :set invnumber<CR>
set pastetoggle=<F3>
nmap <C-O> :NERDTreeTabsToggle<CR>
syntax on
filetype off " required
set tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab
syntax on
filetype plugin indent on
set mouse=a
execute pathogen#infect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment