diff options
| author | Wenxuan Zhang <wenxuangm@gmail.com> | 2021-05-30 17:16:35 +0800 | 
|---|---|---|
| committer | Wenxuan Zhang <wenxuangm@gmail.com> | 2021-05-30 17:16:35 +0800 | 
| commit | 57a83fc8fdcbc67829ee5fcc25cb24434ceea268 (patch) | |
| tree | 5f810f14096398c8711e54097e597da9ca8e385d | |
| parent | f338301bd6de59efae91746e5bbac4b0c09a1639 (diff) | |
| download | fork-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.md | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -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. | 
