Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leny/atom-easy-motion-redux
MovementSpeed++. Jump to any word in your current view super fast. (redux)
https://github.com/leny/atom-easy-motion-redux
Last synced: 7 days ago
JSON representation
MovementSpeed++. Jump to any word in your current view super fast. (redux)
- Host: GitHub
- URL: https://github.com/leny/atom-easy-motion-redux
- Owner: leny
- License: mit
- Created: 2015-05-29T01:47:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T13:44:09.000Z (almost 6 years ago)
- Last Synced: 2024-04-11T15:58:55.845Z (7 months ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 38
- Watchers: 6
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atom easy-motion (redux) package
[![Build Status](https://travis-ci.org/leny/atom-easy-motion-redux.svg?branch=master)](https://travis-ci.org/leny/atom-easy-motion-redux)
> MovementSpeed++. Jump to any word in your current view super fast.
* * *
**Note:** this package is a partial rewrite of the great [easy-motion package](https://github.com/adrian-budau/easy-motion) from Adrian Budau.
The original package seems dead and, with the deprecation of the atom API pre-1.0, it's sad that we can't use easy-motion in atom anymore. So, i rewrite the package, waiting for news from Adrian.
* * *
Check out that repository to better understand what this plugin does.
## Modes
By default the characters used for markers are **ABC....Z**. You can replace this if you want, also from settings.
### Jump to words
**Command:** `easy-motion-redux:words`
Jump to words.#### Select to words
**Command:** `easy-motion-redux:words-select`
Select from current cursor position to word.### Jump to letter
**Command:** `easy-motion-redux:letter`
Jump to given letter.#### Select to letter
**Command:** `easy-motion-redux:letter-select`
Select from current cursor position to given letter.### Jump to words starting by letter
**Command:** `easy-motion-redux:words_starting`
Jump to words starting by given letter.#### Select to words starting by letter
**Command:** `easy-motion-redux:words_starting-select`
Select from current cursor position to words starting by given letter.### Jump to lines
**Command:** `easy-motion-redux:lines`
Jump to lines.#### Select to lines
**Command:** `easy-motion-redux:lines-select`
Select from current cursor position to line.## Keybindings
With the success of Atom, it's really difficult to choose keybindings that will not enter in conflict whit anyone else's packages, so I have removed the default keystrokes and let the keymap empty to let you set your own keybindings.