Skip to content

Instantly share code, notes, and snippets.

@moandcompany
Created June 24, 2015 22:40
Show Gist options
  • Save moandcompany/15d7fdde123bf2056215 to your computer and use it in GitHub Desktop.
Save moandcompany/15d7fdde123bf2056215 to your computer and use it in GitHub Desktop.
vimrc
set background=dark
syntax on
set showcmd
set cmdheight=1
set laststatus=2
set number
set cursorline
hi CursorLine cterm=none ctermbg=darkred ctermfg=white
set ruler
set wildmenu
set lazyredraw
set showmatch
set ignorecase
set incsearch
set hlsearch
set magic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment