tmux-plugins/tmux-copycat

Make changes in 2.0 more visible in documentation/screencast

x4121 opened this issue · 0 comments

x4121 commented

It took me about 20 minutes of debugging to figure out, why my regex didn't work. Even with clean tmux with only tpm and tmux-copycat... even with the regex from the screencast...

After that I noticed Note: new version 2.0 uses extended regexes! Regex character escaping with backslashes \ isn't required anymore.

Maybe this could be stated more clearly. For example add an example of an old vs. new regex. Haven't worked with vimeo, but maybe there are annotations or something similar to state this in the screencast. Also escaping .. isn't required anymore is misleading, since it is now required to not escape them.