Skip to content

Instantly share code, notes, and snippets.

@roryhardy
Last active October 4, 2015 10:27
Show Gist options
  • Save roryhardy/2620825 to your computer and use it in GitHub Desktop.
Save roryhardy/2620825 to your computer and use it in GitHub Desktop.
Make VIM look nice in OSX
set ai " auto indenting
set nu " show line numbers
set ruler " show the cursor position
set hlsearch " highlight the last searched term
set history=100 " keep 100 lines of history
syntax on " syntax highlighting
filetype plugin on " use the file type plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment