[fzf-tmux] Use fzf border instead of tmux popup border (#2908)

Co-authored-by: Yang Tian <yang.tian@getcruise.com>
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
This commit is contained in:
Yang Tian
2022-08-06 18:28:45 -07:00
committed by GitHub
parent 6a6130615d
commit d826f9e72f
2 changed files with 15 additions and 1 deletions

View File

@@ -4,6 +4,13 @@ CHANGELOG
0.32.1
------
- Fixed incorrect ordering of `--tiebreak=chunk`
- fzf-tmux will show fzf border instead of tmux popup border (requires tmux 3.3)
```sh
fzf-tmux -p70%
fzf-tmux -p70% --color=border:bright-red
fzf-tmux -p100%,60% --color=border:bright-yellow --border=horizontal
fzf-tmux -p70%,100% --color=border:bright-green --border=vertical
```
0.32.0
------