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

Can't get it to work

Open luisdavim opened this issue 9 years ago • 6 comments

Hi,

I have the plugin installed and when I hit prefix / I get a prompt saying copycat search: however if I try to search for anything I get some garbage on my terminal:

$ G0:3
3j3k45l 7lhG0:3: command not found
$ 3j3k45l 7lh

Am I missing anything in my configuration?

luisdavim avatar Nov 06 '16 21:11 luisdavim

Do you have tmux-prefix-highlight installed? I had the same problem(using ctrl-u and only if there was a URL to be found) you had, uninstalled the plugin, restarted tmux and it started to work again.

sblask avatar Dec 14 '16 14:12 sblask

Hi,

No, I don't have that plugin installed, what I have is:

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-open'

Thanks, Luis

luisdavim avatar Dec 14 '16 14:12 luisdavim

I was a bit hasty there. Seems like I changed my config and plugins at the same time while investigating. Now I seem to have identified the problem, this line in my tmux.conf:

bind-key -t vi-copy Escape copy-selection

caused the issue. Once commented out, I have no problem anymore, even after reinstalling my other plugins. A tmux restart is necessary before it starts to work again. No idea why this line is a problem though...

sblask avatar Dec 14 '16 14:12 sblask

Getting this issue too :/

fent avatar Apr 11 '19 18:04 fent

@fent @luisdavim tmux-copycat makes use of awk. Do you guys have it installed?

thalesmello avatar Apr 11 '19 21:04 thalesmello

Yup, I'm on osx which comes with awk

fent avatar Apr 12 '19 01:04 fent