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

A plugin that enhances tmux search

Results 56 tmux-copycat issues
Sort by recently updated
recently updated
newest added

This reverts commit 6bcd4dc4eb3e9f8106aa03f422b54e6dd19f4044. It broke the once fixed issue with Yank (https://github.com/tmux-plugins/tmux-copycat/issues/121), causing a regression. To ensure this was the problematic commit, I checked out its parent (ca3d52dc48bee27af5e5f55035cf82e188011e94) and...

![2020-02-22-115700_129x144_scrot](https://user-images.githubusercontent.com/27055103/75091144-6c4b7400-556a-11ea-82a8-2df0cefa8f42.png) C-F doesnt detect file patterns. It detects only folders. The issue is in this regular expression: # copycat.tmux if stored_search_not_defined "$file_search"; then tmux set-option -g "${COPYCAT_VAR_PREFIX}_${file_search}" "(^|^\.|[[:space:]]|[[:space:]]\.|[[:space:]]\.\.|^\.\.)[[:alnum:]~_-]*/[][[:alnum:]_.#$%&+=/@-]*" fi

I just installed this plugin. I saw the [screencast](https://vimeo.com/101867689) and it looks very fast. However, on my machine it takes around `1 second` to find a match. Not sure what...

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

New to this plugin, and from customizations.md found two predefined searches: - `@copycat_hash_search` (default `M-h`) SHA-1 hash search - `@copycat_ip_search` (default `M-i`) IP address search But I use `prefix M-h`...

![thu mar 24 20 21 42 ist 2016](https://cloud.githubusercontent.com/assets/8755940/14020784/ac8cae7c-f1fe-11e5-873d-ea41d97e2ded.gif) Copycat does'nt search though the occurences in the same line. Eg (from the above screencast) I wished to highlight all the "100.00"...

As described in the [defining new stored searches](https://github.com/tmux-plugins/tmux-copycat/blob/master/docs/defining_new_stored_searches.md) doc, this plugin enables you to define your own, custom searches. Let's tap into the community ideas and see what others came...

This plugin stoped working after tmux commit https://github.com/tmux/tmux/commit/f8ad72b2eeafc1146c116f73194a3950aa0c2143 It worked at tmux commit ec151b79ec672fac04db3305a161bcd67e22bbb7 https://github.com/tmux/tmux/commit/ec151b79ec672fac04db3305a161bcd67e22bbb7 The commits in between involve changes related to how per-pane options are handled, which is...

The git status search does not work when the TMUX window has multiple panes loaded. Is this expected behavior? ![image](https://user-images.githubusercontent.com/12238040/42738516-7ac5ab5c-884a-11e8-8cab-189275f56fbf.png) Thanks

Without telling grep that we've finished providing arguments, the search query will be interpreted as an argument to grep.