vscode-helix icon indicating copy to clipboard operation
vscode-helix copied to clipboard

gw: jump to two-character label

Open jimmyff opened this issue 2 months ago • 1 comments

Hey is jump implemented? or is that out of scope of this?

thanks

jimmyff avatar Sep 25 '25 12:09 jimmyff

workaround: i'm currently using wenfangdu.jump extension with the custom binding:

    {
        "key": "ctrl+g ctrl+w",
        "command": "jump-extension.jump-to-the-start-of-a-word",
        "when": "editorTextFocus"
    }

It's not ideal as i need to hold ctrl but i use home-row mods so no stretch

jimmyff avatar Sep 25 '25 12:09 jimmyff