Skip to content

Instantly share code, notes, and snippets.

@ssundarraj
Last active April 26, 2018 03:19
Show Gist options
  • Save ssundarraj/8cd71421471e38cb33d1 to your computer and use it in GitHub Desktop.
Save ssundarraj/8cd71421471e38cb33d1 to your computer and use it in GitHub Desktop.
ssundarraj vimrc
" .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