aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenxuan Zhang <wenxuangm@gmail.com>2021-05-31 10:24:03 +0800
committerWenxuan Zhang <wenxuangm@gmail.com>2021-05-31 10:24:03 +0800
commit010490459294b52c356d5eb2040e7c49a46652a1 (patch)
tree9d3965185139afa5075c3a8ad580e31332be2753
parent57a83fc8fdcbc67829ee5fcc25cb24434ceea268 (diff)
downloadfork-tmux-fzf-url-010490459294b52c356d5eb2040e7c49a46652a1.tar.gz
fork-tmux-fzf-url-010490459294b52c356d5eb2040e7c49a46652a1.tar.bz2
fork-tmux-fzf-url-010490459294b52c356d5eb2040e7c49a46652a1.zip
docs: fix option name
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e1d08d8..6db6a0d 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ The plugin default captures the current screen. You can set `history_limit` to c
the scrollback history:
```tmux
-set -g @history_limit '2000'
+set -g @fzf-url-history-limit '2000'
```
### 💡 Tips