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

Lag after holding down scroll key #103

Open
justinpombrio opened this issue Jun 2, 2024 · 0 comments
Open

Lag after holding down scroll key #103

justinpombrio opened this issue Jun 2, 2024 · 0 comments
Labels

Comments

@justinpombrio
Copy link
Owner

If you hold down j for a while on a very long Json document (and have a fast key-repeat), it will continue to scroll even after you release the key. We should instead behave more like Vim, which stops scrolling as soon as you release the key.

Presumably Crossterm is queuing the events, and then we're processing them one at a time, long after they occurred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant