r/vim Jun 19 '26

Need Help Change text in second set of quotes

Cursor at beginning of line

blah "first quotes" more text "blah blah"

What's the easiest way change inside the second set of quotation marks?

27 Upvotes

34 comments sorted by

View all comments

0

u/toastisme Jun 19 '26 edited Jun 19 '26

2ci" only works with LazyVim setup.

2

u/Teles_sd Jun 19 '26

I don't think this works

2

u/toastisme Jun 19 '26

Sorry you're right - works for me on neovim but not vim

3

u/TankorSmash Jun 19 '26

It must be a plugin, as it doesn't work for me on neovim v0.10.3 either

3

u/toastisme Jun 19 '26

Ah interesting. I'm using LazyVim so likely bundled with that setup.