Skip to content

kakoune plugin for navigating like the easymotion vim mode

License

Notifications You must be signed in to change notification settings

danr/kakoune-easymotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • 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<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

About

kakoune plugin for navigating like the easymotion vim mode

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published