XVim icon indicating copy to clipboard operation
XVim copied to clipboard

FeatureRequest: TextObject Camelcase and underscore

Open hmuronaka opened this issue 8 years ago • 1 comments

If the text contains '_',

  • 'vi_' ... selects the text from the previous '' until the next ''
  • 'ci_' ... change the text from the previous, '' until the next ''

If the text doesn't contain '_',

  • 'vi_' ... selects the camelcase words
  • 'ci_' ... selects the camelcase words

Example select the camelcase words against the text "MyPDFView"

Current cursol Result vi_
M My
y My
P PDF
D PDF
F PDF
V View
i View
e View
w View

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

hmuronaka avatar Sep 12 '15 03:09 hmuronaka

Related to #379.

alanhamlett avatar Jul 26 '19 23:07 alanhamlett