kakoune-smooth-scroll
kakoune-smooth-scroll copied to clipboard
Smooth scrolling for Kakoune with inertial movement
Results
2
kakoune-smooth-scroll issues
Sort by
recently updated
recently updated
newest added
This was my exploration for #14. In practice it's a *lot* choppier than the original implementation, but using `$kak_response_fifo` to keep things in lockstep means scrolling still completes in the...
Currently, the plugin works by launching a bunch of `kak -p` processes (in the shell fallback) or connecting directly to Kakoune's control socket (in the Python script) to inject a...