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

How can I make jumpy jump to the end of the word?

Open davyzhang opened this issue 7 years ago • 3 comments

In some cases, I want to delete some part of the word from the end using backspace, but I can not find a suitable way to to do this

davyzhang avatar Jun 15 '18 02:06 davyzhang

Anyone has any ideas on command/shortcut flow for jumping to the end of the word?

ghost avatar Sep 27 '19 15:09 ghost

I added an option to jump to the end of the word in my fork: https://github.com/krnik/vscode-jumpy

Although, I lost my access to the Marketplace publisher so you would have to clone it, run npm run compile and install it with .vsix file.

ghost avatar Oct 30 '20 19:10 ghost

@davyzhang You can use Jump instead, it supports this feature.

wenfangdu avatar Aug 15 '21 01:08 wenfangdu