diff options
author | Nicolai Fröhlich <nicolai.froehlich@schuettflix.de> | 2021-06-01 21:21:33 +0200 |
---|---|---|
committer | Nicolai Fröhlich <nicolai.froehlich@schuettflix.de> | 2021-06-01 21:29:40 +0200 |
commit | e5c2458732fbed8a8f2ee0bd5f93bad788528874 (patch) | |
tree | c6a7ad2e3c7fb515c9568da4f9b74490d09d5021 | |
parent | 43472228641edb55b7982de4e2725010409b9193 (diff) | |
download | fork-tmux-fzf-url-e5c2458732fbed8a8f2ee0bd5f93bad788528874.tar.gz fork-tmux-fzf-url-e5c2458732fbed8a8f2ee0bd5f93bad788528874.tar.bz2 fork-tmux-fzf-url-e5c2458732fbed8a8f2ee0bd5f93bad788528874.zip |
docs: add documentation for tmux option @fzf-url-fzf-options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -47,6 +47,13 @@ the scrollback history: set -g @fzf-url-history-limit '2000' ``` +You can use custom fzf options by defining `@fzf-url-fzf-options`. + +``` +# open tmux-fzf-url in a tmux v3.2+ popup +set -g @fzf-url-fzf-options '-w 50% -h 50% --multi -0 --no-preview --no-border' +``` + ### 💡 Tips - Use `tab` to mark multiple urls and open them at once. |