20 ms·
ci( is another nifty trick that will do the same but will work anywhere between the two ('s not just at the beginning of globalConfig. See ":help text-objects"
by mathias_10gen 15y ago
ci( is another nifty trick that will do the same but will work anywhere between the two ('s not just at the beginning of globalConfig. See ":help text-objects" for more details on one of the more powerful feature of vim.
- thesteamboat 15y agoYou can also do cib (for inside '()') and ciB (for inside '[]') and cis (for inside sentences).
- bcrescimanno 15y agoGah! I'd been wondering how to do that--thanks for the tip!
- avinashv 15y agoI very regularly do ci" or ci' to edit within strings.
- cdmwebs 15y agocit is another favorite. Try it inside HTML tags, for example.