Skip to content

Instantly share code, notes, and snippets.

@Johnytran
Created July 28, 2015 13:30
Show Gist options
  • Save Johnytran/1663d4df61d8266f550e to your computer and use it in GitHub Desktop.
Save Johnytran/1663d4df61d8266f550e to your computer and use it in GitHub Desktop.
Vim-MatchIt plugin
Vanilla vim lets you use the % key to jump between opening and closing brackets or parentheses.
It lets you rapidly move around C style code bases, but it does nothing when you are editing HTML.
The Vim-MatchIt plugin extends this functionality to HTML files and lets you use % to jump between opening and closing HTML tags:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment