Created
July 28, 2015 13:30
-
-
Save Johnytran/1663d4df61d8266f550e to your computer and use it in GitHub Desktop.
Vim-MatchIt plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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