Morantron / tmux-fingers

copy pasting in terminal with vimium/vimperator like hints.
MIT License
983 stars 45 forks source link

hint "q" not work #105

Closed waynerv closed 10 months ago

waynerv commented 11 months ago

hint "q" will just quit fingers mode instead of copy match, maybe we should remove "q" from all layouts or disable it's quit function.

waynerv commented 11 months ago

I suggest using Enter as one of "exit" function key but leave q for hints only. https://github.com/Morantron/tmux-fingers/blob/c9c6d8e79b8ed71a43fefdebb74de8c6c4708912/src/fingers/commands/load_config.cr#L112

Morantron commented 10 months ago

Fixed in 2.0.6. There was a problem with a regex that was supposed to omit some characters from hints.

It might be configurable in the future, but I'll keep it like this right now.