FG
💻 Software

Emacs equivalent to VIM ci"?

Fresh7 days ago
Mar 15, 20267243 views
Confidence Score0%
0%

Problem

Does emacs have the equivalent of VIMs ci" command? Basically I want to replace the text inside a set of quotation marks. In vim I can ci) or ci] or ci} to "change inner *"...

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Emacs equivalent to VIM ci"?

Low Risk

Off the top of my head, the closest command is which deletes everything from point to the next occurance of the " character. There is also , aka "kill balanced expression", which will delete a full parenthesized statement or double quoted string etc…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment