aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenxuan Zhang <wenxuangm@gmail.com>2021-05-30 17:16:35 +0800
committerWenxuan Zhang <wenxuangm@gmail.com>2021-05-30 17:16:35 +0800
commit57a83fc8fdcbc67829ee5fcc25cb24434ceea268 (patch)
tree5f810f14096398c8711e54097e597da9ca8e385d
parentf338301bd6de59efae91746e5bbac4b0c09a1639 (diff)
downloadfork-tmux-fzf-url-57a83fc8fdcbc67829ee5fcc25cb24434ceea268.tar.gz
fork-tmux-fzf-url-57a83fc8fdcbc67829ee5fcc25cb24434ceea268.tar.bz2
fork-tmux-fzf-url-57a83fc8fdcbc67829ee5fcc25cb24434ceea268.zip
docs: add option description (#14)
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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.