diff options
author | Wenxuan Zhang <wenxuangm@gmail.com> | 2021-05-31 10:24:03 +0800 |
---|---|---|
committer | Wenxuan Zhang <wenxuangm@gmail.com> | 2021-05-31 10:24:03 +0800 |
commit | 010490459294b52c356d5eb2040e7c49a46652a1 (patch) | |
tree | 9d3965185139afa5075c3a8ad580e31332be2753 | |
parent | 57a83fc8fdcbc67829ee5fcc25cb24434ceea268 (diff) | |
download | fork-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |