-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Description
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.
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.