Last active
April 26, 2018 03:19
-
-
Save ssundarraj/8cd71421471e38cb33d1 to your computer and use it in GitHub Desktop.
ssundarraj vimrc
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
" .vimrc | |
" Author: Sriram Sundarraj (ssundarraj) | |
syntax on | |
set number | |
nmap <C-N><C-N> :set invnumber<CR> | |
set cursorline | |
colorscheme monokai | |
set laststatus=2 | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set pastetoggle=<F2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment