https://github.com/kelp404/quick-jump
Quickly navigate the cursor to any position visible in the editor like AceJump.
https://github.com/kelp404/quick-jump
Last synced: 2 months ago
JSON representation
Quickly navigate the cursor to any position visible in the editor like AceJump.
- Host: GitHub
- URL: https://github.com/kelp404/quick-jump
- Owner: kelp404
- Created: 2014-07-19T00:02:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-29T03:28:04.000Z (almost 11 years ago)
- Last Synced: 2025-04-02T20:57:00.282Z (2 months ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/quick-jump
- Size: 4.32 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#quick-jump
An Atom quick jump package.
Quickly navigate the cursor to any position visible in the editor like AceJump.
1. `cmd-;` to start quick-jump. (windows is `ctrl-;`)
2. Then you can press the char you want to jump to search in the editor.
3. You can press `[a-z,0-9]` to navigate the cursor before the target, or press `cmd-[a-z,0-9]` to navigate the cursor after the target. Press `tab`, `shift-tab` to change the range of the search.+ Press `esc` to exit quick-jump.
