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

Add support for two-characters typing + overall improvements #43

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Myzel394
Copy link

Closes #42

This PR is not ready yet. I'd like to make this behave pretty much like vim easymotion. So when you type in the first character, the preview will already update and then again once you enter the second character.

I also wanna make sure we can use this in copy mode. Currently, we can only use tmux-jump starting from normal mode and not within copy mode.

Btw, very good code! :) Even though I haven't worked with Ruby at all so far, after watching a short video about it, I was able to understand your code pretty quickly and could contribute to it!

@Myzel394
Copy link
Author

I can't find a way how to properly replace the contents of the screen when in copy mode :/. This would allow us to use this plugin in copy mode too.

If someone knows how to do this correctly, please let me know.

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.

Add option to enter two characters instead
1 participant