Open
Description
In order to get myself used to kakoune's scripting & extension abilities, I wanted to try to port vim-comfortable-motion. However, it relies on vimscript's timer facilities. I'm wondering if kakoune has anything like this. Specifically, I want to have a keypress <c-j>
or <c-k
> register an asynchronous command, that executes a keypress, namely j
or k
, at specifically timed intervals.
How would I go about doing this?