Skip to content

Vim mode should support camel case motion #2

@timothycosta

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

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