An open API service indexing awesome lists of open source software.

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.

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.

![screenshot-png](https://raw.githubusercontent.com/kelp404/quick-jump/master/_images/quick-jump.png)

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.

![screenshot-gif](https://raw.githubusercontent.com/kelp404/quick-jump/master/_images/quick-jump.gif)