Skip to content

Instantly share code, notes, and snippets.

View nageshwar521's full-sized avatar
✈️
Working from office

Nageshwar Reddy Pandem nageshwar521

✈️
Working from office
View GitHub Profile
@nageshwar521
nageshwar521 / .vimrc
Created December 9, 2017 09:33 — forked from joegoggins/.vimrc
Mac Vim .vimrc file
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
" ================ General Config ====================
set number "Line numbers are good
set backspace=indent,eol,start "Allow backspace in insert mode
set history=1000 "Store lots of :cmdline history
set showcmd "Show incomplete cmds down the bottom