tmux-plugins / tmux-copycat

A plugin that enhances tmux search
MIT License
1.11k stars 63 forks source link

Can't get it to work #103

Open luisdavim opened 8 years ago

luisdavim commented 8 years ago

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?

sblask commented 7 years ago

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.

luisdavim commented 7 years ago

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

sblask commented 7 years ago

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...

fent commented 5 years ago

Getting this issue too :/

thalesmello commented 5 years ago

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

fent commented 5 years ago

Yup, I'm on osx which comes with awk