tmux-thumbs
tmux-thumbs copied to clipboard
feat: allow multiline matching and double quotes in regexp expression
Example of tmux regexp capturing quotes:
set-option -g @thumbs-regexp-1 "(?:^|[^\\\\])(\"(?:\\\\\"|[^\"\n])*[^\\\\\n]\"|'(?:\\\\'|[^'\n])*[^\\\\\n]'|`(?:\\\\`|[^`\n])*[^\\\\\n]`)"