https://github.com/wenfangdu/vscode-jump
🏃♂️ Jump/Select to the Start/End of a word in VSCode
https://github.com/wenfangdu/vscode-jump
jump productivity utility vscode vscode-extension
Last synced: 9 months ago
JSON representation
🏃♂️ Jump/Select to the Start/End of a word in VSCode
- Host: GitHub
- URL: https://github.com/wenfangdu/vscode-jump
- Owner: wenfangdu
- License: mit
- Created: 2021-05-29T00:42:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T06:50:56.000Z (almost 2 years ago)
- Last Synced: 2025-10-21T00:47:44.732Z (9 months ago)
- Topics: jump, productivity, utility, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=wenfangdu.jump
- Size: 3.36 MB
- Stars: 70
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jump
[](https://marketplace.visualstudio.com/items?itemName=wenfangdu.jump)
[](https://github.com/wenfangdu/vscode-jump/blob/main/LICENSE)
[](https://github.com/wenfangdu/vscode-jump)
[](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dwenfangdu.jump)
> 🏃♂️ Jump/Select to the Start/End of a word in VSCode
[💿 Install Via Marketplace](https://marketplace.visualstudio.com/items?itemName=wenfangdu.jump)
## Commands
- [`Jump to the Start of a word`](#demo-jump-to-the-start-of-a-word)
- [`Jump to the End of a word`](#demo-jump-to-the-end-of-a-word)
- [`Select to the Start of a word`](#demo-select-to-the-start-of-a-word)
- [`Select to the End of a word`](#demo-select-to-the-end-of-a-word)
- [`Exit jump mode`](#demo-exit-jump-mode)
## Demos
- Jump to the Start of a word

- Jump to the End of a word

- Select to the Start of a word

- Select to the End of a word

- Exit jump mode

## Tips
- To run with other extensions that overwrite the [`type`](https://github.com/microsoft/vscode/blob/32659246788863a0783299f2ef93e6e4ccd9e0b4/src/vs/editor/browser/view/viewController.ts#L39) command such as [VSCodeVim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim), please follow [this comment](https://github.com/microsoft/vscode/issues/65876#issuecomment-1078827200).
- If using [input method](https://en.wikipedia.org/wiki/Input_method), please switch to the English mode when jumping.
## Inspired By
- [Jumpy Extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=wmaurer.vscode-jumpy)
- [VSCodeVim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim)