How does this work? Does the q become a new text object meaning "quoted" in normal mode?
So, can I do cq in normal mode and then "text" becomes "" with the cursor in the middle of the quotes with the mode being changed to insert?
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
How does this work? Does the q become a new text object meaning "quoted" in normal mode?
So, can I do cq in normal mode and then "text" becomes "" with the cursor in the middle of the quotes with the mode being changed to insert?
Try expand region package from elpa.
There is evil-textobj-anyblock which does a similar thing (you can configure evil-textobj-anyblock-blocks
to only use quotes, if you don't like that by default it uses all kinds of blocks)