aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6db6a0d..43558d4 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,13 @@ the scrollback history:
set -g @fzf-url-history-limit '2000'
```
+You can use custom fzf options by defining `@fzf-url-fzf-options`.
+
+```
+# open tmux-fzf-url in a tmux v3.2+ popup
+set -g @fzf-url-fzf-options '-w 50% -h 50% --multi -0 --no-preview --no-border'
+```
+
### 💡 Tips
- Use `tab` to mark multiple urls and open them at once.