Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danr/kakoune-easymotion
kakoune plugin for navigating like the easymotion vim mode
https://github.com/danr/kakoune-easymotion
easymotion kakoune plugin
Last synced: about 23 hours ago
JSON representation
kakoune plugin for navigating like the easymotion vim mode
- Host: GitHub
- URL: https://github.com/danr/kakoune-easymotion
- Owner: danr
- License: unlicense
- Created: 2017-09-25T21:18:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T16:53:50.000Z (about 2 years ago)
- Last Synced: 2024-11-23T08:22:05.161Z (2 months ago)
- Topics: easymotion, kakoune, plugin
- Size: 790 KB
- Stars: 53
- Watchers: 4
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kakoune-easymotion
[![IRC][IRC Badge]][IRC][kakoune](http://kakoune.org) plugin for navigating like the easymotion vim mode
![demo](https://github.com/danr/kakoune-easymotion/blob/master/recording.gif?raw=true)
## Setup
Add `easymotion.kak` to your autoload directory,`~/.config/kak/autoload`, or source it manually.
## Usage
The script defines a few commands:
- `easy-motion-f`
- `easy-motion-w`
- `easy-motion-W`
- `easy-motion-j`
- `easy-motion-alt-f`
- `easy-motion-b`
- `easy-motion-B`
- `easy-motion-k`
- `easy-motion-on-regex`It uses one option, `em_jumpchars` which defaults to `a..z`,
and two faces, `EasyMotionForeground` and `EasyMotionBackground`.
They default to red and light grey.I don't suggest any particular mappings, but you could try:
```
map global user w :easy-motion-w
map global user W :easy-motion-W
map global user j :easy-motion-j
```or use the provided `easymotion` user-mode.
## License
Unlicense
[IRC]: https://webchat.freenode.net?channels=kakoune
[IRC Badge]: https://img.shields.io/badge/IRC-%23kakoune-blue.svg