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 option to enter two characters instead #42

Open
Myzel394 opened this issue Mar 21, 2024 · 3 comments · May be fixed by #43
Open

Add option to enter two characters instead #42

Myzel394 opened this issue Mar 21, 2024 · 3 comments · May be fixed by #43

Comments

@Myzel394
Copy link

So leap is a plugin for neovim which behaves very similar but expects the user to enter two characters instead.

Using two characters limits down the amount of characters drastically and thus makes it easier to jump to a given word.
Therefore I propose to add an option that allows you to enter two characters instead to jump to your word

@schasse
Copy link
Owner

schasse commented Mar 25, 2024

Thank you for your suggestion and it's a great idea. However, due to my current workload, I'm unable to implement this feature at the moment. I would greatly appreciate it if you could contribute by creating a pull request for this feature.

@Myzel394
Copy link
Author

I can take a look and see if I can figure that out on my own. I scanned briefly over the code and it seems as if the main logic is in this ruby file (https://github.com/schasse/tmux-jump/blob/master/scripts/tmux-jump.rb) isn't it?

@schasse
Copy link
Owner

schasse commented Mar 28, 2024

Yes, it the main logic for the tool is indeed in the Ruby file you mentioned

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 a pull request may close this issue.

2 participants