Skip to content

Add support for vim like motions, i.e. 5j 8k, etc. #742

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

Merged
merged 2 commits into from
Jun 22, 2025

Conversation

markgandolfo
Copy link
Contributor

Added support for vim-motions when navigating..

managed to get it working with one function that will listen for keys c.to_digit(10), until a non digit is pressed where it'll call the handler with the count.

I'm not really a rust developer, so any feedback is welcome..

Copy link
Owner

@aome510 aome510 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!!!

@aome510 aome510 merged commit bfc8292 into aome510:master Jun 22, 2025
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants