So, Vim, like most programming-minded text editors, highlights a matching "scope" character (such as (
and )
, <
and >
, and {
and }
).
I'm wondering, is there a motion to reach that character from the other? Like, with the caret on a <
, to move to the (highlighted) matching >
?
I know [action]t>
or [action]f>
would accomplish something similar. That's not what I'm asking.