Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get it to work #103

Open
luisdavim opened this issue Nov 6, 2016 · 6 comments
Open

Can't get it to work #103

luisdavim opened this issue Nov 6, 2016 · 6 comments

Comments

@luisdavim
Copy link

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
Copy link

sblask commented Dec 14, 2016

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
Copy link
Author

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
Copy link

sblask commented Dec 14, 2016

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
Copy link

fent commented Apr 11, 2019

Getting this issue too :/

@thalesmello
Copy link
Contributor

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

@fent
Copy link

fent commented Apr 12, 2019

Yup, I'm on osx which comes with awk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants