How to select enclosing mark? #1835
-
For instance:
and so on... Like in vim, with: |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Mar 18, 2022
Replies: 1 comment 1 reply
-
I think you're looking for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you're looking for
ma
(select around) andmi
(select inside).ma{
/ma}
selects around the curly brackets in the first example andmi`
selects inside the backtics in the second example.