Vim: subword text object? #22280
Unanswered
thomasheartman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know Zed's Vim lets you navigate by subwords (
vim::NextSubwordStart
and friends), but these appear to only be for navigation, not for changing.Is there something I'm missing here or would that be a feature request?
For reference, given the following example, where
|
represents the cursor position:I'd like
diw
to yieldCamelWord
.(I typically use it most for
ciw
, but this was an easier example).Beta Was this translation helpful? Give feedback.
All reactions