Morantron / tmux-fingers

copy pasting in terminal with vimium/vimperator like hints.
MIT License
1k stars 46 forks source link

hints could be shorter for many equal matches #80

Closed IngoMeyer441 closed 3 years ago

IngoMeyer441 commented 3 years ago

Hey and thanks for tmux-fingers, it is a great tool and it helped me a lot to learn about tmux plugin programming!

I noticed a minor issue when many equal matches are present:

image

The count of needed key presses seems to determined before the filtering of unique matches. If it would be applied before, one key stroke could be saved in this case. This happens quite often for me because my hostname in my zsh prompt is always matched in fingers mode.

Morantron commented 3 years ago

Hey! That's true. It's already taken care of in the upcoming 2.0.0 version, but won't be fixed in 1.x.x.

You can track progress here https://github.com/Morantron/tmux-fingers/pull/79 It's almost there :tm: :joy:

IngoMeyer441 commented 3 years ago

Ah great, I will definitely check out the new version. 😄 👍