tmux-plugins/tmux-copycat

search not working

peterdutton opened this issue · 4 comments

Hi,

I can't seem to get the prefix + / search to work. When I try it, it won't highlight the term I searched for but it does put me into 'copy mode' so that I can navigate the scrollback to select something.

Please can you let me know how I might troubleshoot this? I am using the following:

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'

Thanks!

baest commented

Which version are you using? You might need to upgrade tmux

I'm using tmux 2.1 on Ubuntu 16.04LTS.
I've just noticed that now only 2.4 and later are supported; did upgrading tmux fix the issue for you @baest?

baest commented

Yes, I was using 2.3 and it didn't work. I've upgrade to 2.6 today and it works now.

@peterdutton please upgrade to latest tmux version!