This commit is contained in:
Junegunn Choi
2021-04-06 22:53:59 +09:00
parent 1a7ae8e7b9
commit 19759ed36e
7 changed files with 20 additions and 9 deletions

View File

@@ -615,7 +615,7 @@ You can customize the size, position, and border of the preview window using
```bash
fzf --height 40% --layout reverse --info inline --border \
--preview 'file {}' --preview-window down:1:noborder \
--preview 'file {}' --preview-window up,1,border-horizontal \
--color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899'
```