aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 211559c..b11b526 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,13 @@ setting value to `@fzf-url-bind` at the tmux config like this:
set -g @fzf-url-bind 'x'
```
+You can also extend the capture groups by defining `@fzf-url-extra-filter`:
+
+``` tmux
+# simple example for capturing files like 'abc.txt'
+set -g @fzf-url-extra-filter 'grep -oE "\b[a-zA-Z]+\.txt\b"'
+```
+
### 💡 Tips
- Use `tab` to mark multiple urls and open them at once.