diff options
| author | Andreas Auernhammer <github@aead.dev> | 2025-01-04 10:30:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-04 18:30:32 +0900 |
| commit | 120cd7f25a8209297f15b0a79b36c44b30e641fb (patch) | |
| tree | 60e91ffcaeca4fcae11a2b2dc76b1533659493b2 /README.md | |
| parent | fb3bf6c9841d849ec459fc6b251b4aa0f16d8038 (diff) | |
| download | fzf-120cd7f25a8209297f15b0a79b36c44b30e641fb.tar.gz | |
Add `border-native` option to `--tmux` flag (#4157)
This commit adds the `border-native` resulting in the following:
```
--tmux[=[center|top|bottom|left|right][,SIZE[%]][,SIZE[%]][,border-native]]
```
By default, when not specified, the `-B` flag is passed to the
`tmux popup-window` command such that no border is drawn around
the tmux popup window.
When the `border-native` option is present, the `-B` flag is omitted
and the popup window is drawn using the border style configured in
the tmux config file.
Fixes #4156
Signed-off-by: Andreas Auernhammer <github@aead.dev>
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ fzf --height -3 With `--tmux` option, fzf will start in a tmux popup. ```sh -# --tmux [center|top|bottom|left|right][,SIZE[%]][,SIZE[%]] +# --tmux [center|top|bottom|left|right][,SIZE[%]][,SIZE[%][,border-native]] fzf --tmux center # Center, 50% width and height fzf --tmux 80% # Center, 80% width and height |
