Skip to content

Instantly share code, notes, and snippets.

@mckern
Created April 10, 2016 05:07
Show Gist options
  • Save mckern/b293f6196e401ecbaad018845c0790a2 to your computer and use it in GitHub Desktop.
Save mckern/b293f6196e401ecbaad018845c0790a2 to your computer and use it in GitHub Desktop.
mckern@flexo ~ $ cat ~/.vimrc
set number              " show line numbers
set cursorline          " highlight current line
set lazyredraw
set incsearch           " search as characters are entered
set hlsearch            " highlight matches
filetype indent on      " load filetype-specific indent files

mckern@flexo ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment