mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Add Jump To Matching Pair as a vim til.
This commit is contained in:
9
vim/jump-to-matching-pair.md
Normal file
9
vim/jump-to-matching-pair.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Jump To Matching Pair
|
||||
|
||||
If you are dealing with code or data that contains parentheses or brackets
|
||||
that are hard to follow, you can easily jump between them with `%`.
|
||||
|
||||
For example, if you move over a `[` and hit `%`, Vim will jump your cursor
|
||||
to the matching `]`. Hit `%` one more time and it will jump back.
|
||||
|
||||
h/t Jake Worth
|
||||
Reference in New Issue
Block a user