Closed enricozb closed 4 years ago
I think writing %
as <percent>
is a relatively new Kakoune addition here https://github.com/mawww/kakoune/commit/24c51694008351cf33604f5fa06ea49c0d106487. Can you try setting the following option:
plug "caksoylar/kakoune-smooth-scroll" config %{
set global scroll_keys_normal <c-f> <c-b> <c-d> <c-u> <pageup> <pagedown> ( ) m M <a-semicolon> n <a-n> N <a-N>
}
(I just removed <percent>
from the default value.)
Thanks for reporting, I'll look for an alternative way to specify it for older versions. The latest release should be good with the default value.
Yep that fixed it. Thanks, and nice plugin.
Maybe I didn't configure this correctly but, I plugged this repo in my
kakrc
,With no additional configuration, and
:smooth-scroll-enable
results inLooks like it's on the
printf
line inside ofsmooth-scroll-disable
.Am I doing something wrong?