From 9435881676d5674c7963f7440eb6ff713d6f3b3e Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 7 Oct 2015 18:00:52 -0500 Subject: [PATCH] Add a bit more to the latest til. --- vim/jump-to-matching-pair.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/jump-to-matching-pair.md b/vim/jump-to-matching-pair.md index 5aa66b3..d6fb56f 100644 --- a/vim/jump-to-matching-pair.md +++ b/vim/jump-to-matching-pair.md @@ -6,4 +6,6 @@ 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. +See `:h %` for more details. + h/t Jake Worth