Long pressing M-h or other arrow commands continue to resize even when they keys are released.
Seems like the event listener for the key stcks all the keypresses.
Ideally it would stop once the keys are released
This could be implemented using a debounce on the keypress event.
Not sure how feasble it is in lua or with the limitations of the neovim api.
Long pressing M-h or other arrow commands continue to resize even when they keys are released. Seems like the event listener for the key stcks all the keypresses. Ideally it would stop once the keys are released This could be implemented using a debounce on the keypress event. Not sure how feasble it is in lua or with the limitations of the neovim api.