Skip to content

Instantly share code, notes, and snippets.

@teisman
Created January 20, 2013 18:24
Show Gist options
  • Save teisman/4580485 to your computer and use it in GitHub Desktop.
Save teisman/4580485 to your computer and use it in GitHub Desktop.
Some VIM configuration settings

Some VIM configuration settings

##HTML

" Highlight matching brackets
set matchpairs+=<:>

" Pressing space upon typing '</' will autocomplete the closing tag
filetype plugin on
:iabbrev </ </<C-X><C-O>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment