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

feat: allow multiline matching and double quotes in regexp expression

Open Rational-Curiosity opened this issue 2 years ago • 0 comments

Example of tmux regexp capturing quotes:

set-option -g @thumbs-regexp-1 "(?:^|[^\\\\])(\"(?:\\\\\"|[^\"\n])*[^\\\\\n]\"|'(?:\\\\'|[^'\n])*[^\\\\\n]'|`(?:\\\\`|[^`\n])*[^\\\\\n]`)"

Rational-Curiosity avatar Apr 28 '23 17:04 Rational-Curiosity