Jump to anywhere in visible editor
Allows you to jump to anywhere within the visible editor using keystrokes by specifying the first 2 characters after the cursor point where you want to jump to followed by the generated labels.
Keybindings
Use the keybindings Cmd+e for Mac and Alt+e for Windows/Linux to trigger the command.
Labeling
Type the first character on the right side of where you want to jump to, you will see labels being added automatically. Type out the second character and the label, once you type the whole thing, your cursor will jump there.
Error Handling
If you made a mistake typing the search character or label, you can just press backspace. This will reset the whole search process and empty your search string.
Lowercase Characters
The extension always uses lowercase for everything, do not use uppercase search characters as the results will be casted to lowercase characters and it will not match.
Extension Settings
Various settings like jmp.jumpOnFound, jmp.centerOnJump, and jmp.startLabelWithHomeRowChars to customize the behavior of the extension.