Last active
January 25, 2017 04:22
-
-
Save loveJesus/b863e3020b6526bd24bb0cea8f507423 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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