tmux-copycat
tmux-copycat copied to clipboard
A plugin that enhances tmux search
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...
 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`...
 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?  Thanks
Without telling grep that we've finished providing arguments, the search query will be interpreted as an argument to grep.