danr / kakoune-easymotion

kakoune plugin for navigating like the easymotion vim mode
The Unlicense
53 stars 13 forks source link
easymotion kakoune plugin

kakoune-easymotion

IRC

kakoune plugin for navigating like the easymotion vim mode

demo

Setup

Add easymotion.kak to your autoload directory,~/.config/kak/autoload, or source it manually.

Usage

The script defines a few commands:

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<ret>
map global user W :easy-motion-W<ret>
map global user j :easy-motion-j<ret>

or use the provided easymotion user-mode.

License

Unlicense