README: Add FZF_TMUX_OPTS example for tmux popup

pull/3130/head
Junegunn Choi 1 year ago
parent 2023011763
commit a79de11af7
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -363,7 +363,7 @@ fish.
```
If you're on a tmux session, you can start fzf in a tmux split-pane or in
a tmux popup window by setting `FZF_TMUX_OPTS` (e.g. `-d 40%`).
a tmux popup window by setting `FZF_TMUX_OPTS` (e.g. `export FZF_TMUX_OPTS='-p80%,60%'`).
See `fzf-tmux --help` for available options.
More tips can be found on [the wiki page](https://github.com/junegunn/fzf/wiki/Configuring-shell-key-bindings).

Loading…
Cancel
Save