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

fix: jump to cmd line when hitting some keybindings #75

Merged
merged 2 commits into from
Dec 28, 2024
Merged

Conversation

sphamba
Copy link
Owner

@sphamba sphamba commented Dec 28, 2024

Add a delay between detected events and starting of the animation, in case the target changes rapidly.
Happens when hitting keybindings that rapidly trigger CmdlineEnter, CmdlineChanged, and CmdlineLeave events.

Changes

  • add delay before starting animation
  • add delay_animation_start configuration parameter, default to 5 milliseconds

Related GitHub issues and pull requests

@sphamba sphamba added the bug Something isn't working label Dec 28, 2024
@sphamba sphamba merged commit ce8e739 into main Dec 28, 2024
1 check passed
@sphamba sphamba deleted the fix-jump-cmd branch December 28, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong start when switching between brackets Jump to cmd line when hitting keybinding that calls <Plug>
1 participant