Flash jump to anywhere in the editor. Inspired by the neovim flash extension
flash-jump.flash
: start flash jumpflash-jump.cancel
: cancel flash jump during input, biding toescape
by default
-
If you find this extension does not work, add following to your
settings.json
:"extensions.experimental.affinity": { "vscodevim.vim": 1 },
This setting also improves vscode vim's performance, you might find it helpful to enable it even if you don't use this extension
-
If you find that
escape
shortcut offlash-jump.cancel
does not work, app following to the end of yourkeybindings.json
:{ "key": "escape", "command": "flash-jump.cancel", "when": "editorTextFocus && flash-jump.active" },
The order matters here since the latter keybindings have higher priorities.