Morantron / tmux-fingers

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

How to disable copied message? #104

Closed waynerv closed 10 months ago

waynerv commented 11 months ago

Every time I copy a "Copied: **" message will be displayed in the tmux status bar. This is a little annoying. Is there any way to disable it? By the way, this plugin is awesome👍

3ximus commented 11 months ago

It's possible to just comment this line out and build the binary with shards build --production https://github.com/Morantron/tmux-fingers/blob/c9c6d8e79b8ed71a43fefdebb74de8c6c4708912/src/fingers/view.cr#L57

However @Morantron I think this message doesn't really bring any value and could be removed

Morantron commented 11 months ago

I agree, I'll disable it by default in the next version, and add an option to opt-in

Morantron commented 10 months ago

Included in latest 2.0.6 version