From 57a83fc8fdcbc67829ee5fcc25cb24434ceea268 Mon Sep 17 00:00:00 2001
From: Wenxuan Zhang <wenxuangm@gmail.com>
Date: Sun, 30 May 2021 17:16:35 +0800
Subject: docs: add option description (#14)

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index b11b526..e1d08d8 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,13 @@ You can also extend the capture groups by defining `@fzf-url-extra-filter`:
 set -g @fzf-url-extra-filter 'grep -oE "\b[a-zA-Z]+\.txt\b"'
 ```
 
+The plugin default captures the current screen. You can set `history_limit` to capture
+the scrollback history:
+
+```tmux
+set -g @history_limit '2000'
+```
+
 ### 💡 Tips
 
 - Use `tab` to mark multiple urls and open them at once.
-- 
cgit v1.2.3