Skip to content

Vim mode should support camel case motion #2

Description

@timothycosta

It’s not an official vim movement, but XVim2 supports camel case motion, which is tremendously useful for Swift/Objective C development.

For example, given:

“self.viewController”

Position cursor on “i”

type: ci_

view is replaced/cut

Position cursor on “C”
type: di_
“Controller” is deleted

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions