Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debounce resize command #13

Open
honeyspoon opened this issue Jul 8, 2021 · 1 comment
Open

Debounce resize command #13

honeyspoon opened this issue Jul 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@honeyspoon
Copy link

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.

@aserowy
Copy link
Owner

aserowy commented Jul 9, 2021

Hi,

thanks for the feedback. Ill look into it after clearing some bugs and enhance logging :D Do have an idea (a plugin eg. where i could start looking)?

Kind regards

@aserowy aserowy added the enhancement New feature or request label Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants