-
In vim
place cursor at any position above 0 or 1, press And, is there is way to quickly jump outside of it, say, at |
Beta Was this translation helpful? Give feedback.
Answered by
CptPotato
Aug 18, 2023
Replies: 1 comment 1 reply
-
There's If you want to jump forward to a closing parenthesis (or any other char) you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cloudhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's
mm
if this is what you're looking for. (see docs)If you want to jump forward to a closing parenthesis (or any other char) you can use
f)
.