command "ci(" doesn't work without being in the bracket #7801
ayoola-moore
started this conversation in
General
Replies: 1 comment 1 reply
-
this seems to be a replicate of #7346 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I type
ci(
I would expect vim jumps to the next "(" and go into insert mode.However, in vscodevim, I have to be within the () to make that change. That is, first jump to ( with
f(
and then enterci(
for insertion. Is this a settings thing or a bug?Beta Was this translation helpful? Give feedback.
All reactions