m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Support ANSI colors in --prompt string

Close #2086
This commit is contained in:
Junegunn Choi
2020-07-05 16:16:46 +09:00
parent dda3e3c39a
commit 8e027c445f
2 changed files with 17 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ CHANGELOG
# Preview window hidden by default, it appears when you first hit '?'
fzf --bind '?:preview:cat {}' --preview-window hidden
```
- Added support for ANSI colors in `--prompt` string
- Vim plugin
- `tmux` layout option for using fzf-tmux
```vim