kakoune-easymotion icon indicating copy to clipboard operation
kakoune-easymotion copied to clipboard

my keys doesn‘t action.

Open lougxing opened this issue 3 years ago • 0 comments

I set "map global normal ': easy-motion-char' ", but is invalid. Iset "map global normal <a-,> ': easy-motion-char' ", but is ok.

follow is my config:

plug "danr/kakoune-easymotion" config %{
    face global EasyMotionBackground rgb:000001
    face global EasyMotionForeground rgb:ee3a8c,rgb:000000+fg
    face global EasyMotionSelected yellow+b
}

map global normal <a-,> ': easy-motion-char<ret>'   // yes
map global normal <c-j> ': easy-motion-char<ret>'   // no

lougxing avatar Sep 26 '21 12:09 lougxing