tmux-jump icon indicating copy to clipboard operation
tmux-jump copied to clipboard

Add option to enter two characters instead

Open Myzel394 opened this issue 1 year ago • 3 comments

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

Myzel394 avatar Mar 21 '24 08:03 Myzel394

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.

schasse avatar Mar 25 '24 09:03 schasse

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?

Myzel394 avatar Mar 25 '24 10:03 Myzel394

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

schasse avatar Mar 28 '24 08:03 schasse