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

FR: tmux-copycat (C-a C-u) for url search is not consistent with tmux-urlview #150

Open
thiagowfx opened this issue Jul 2, 2020 · 0 comments

Comments

@thiagowfx
Copy link

thiagowfx commented Jul 2, 2020

Consider the following terminal session:

$ echo www.google.com
www.google.com

https://github.com/tmux-plugins/tmux-urlview (triggered with C-a u) will list www.google.com as one of the potential URL matches. Copycat (C-a C-u), however, will not.

Compare that to

$ echo http://www.google.com
http://www.google.com

...where both copycat and urlview will trigger the URL (that includes http://).

I believe it would be a better user experience (speaking for myself, at least) to converge the behavior of both plug-ins to be the same. Ideally, www.google.com (or any other URL without http://, for that matter) should be matched by both plug-ins.

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

1 participant