Skip to content

easymotion vim #4930

@jjhiggz

Description

@jjhiggz

Description

In VSCode's vim emulation you have an easymotion mode that allows you to type in

<leader><leader>motion

EasyMotion provides a much simpler way to use some motions in vim. It takes the out of w or f{char} by highlighting all possible choices and allowing you to press one key to jump directly to the target.

When one of the available motions is triggered, all visible text preceding or following the cursor is faded, and motion targets are highlighted.

Image

Then instead of doing that motion regularly, it will pull up easymotion which works like this: https://www.loom.com/share/65f7ff4745df4f85bc1cd3ca51afdf83


Update: Although we don't highlight the target, you can get a similar experience already with the built-in Sneak Motion support, you just need to update your bindings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions