This commit is contained in:
Junegunn Choi
2021-12-25 01:46:01 +09:00
parent 4311ade535
commit dc975e8974
5 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ CHANGELOG
- Added `change-preview-window(...)` action
- You can rotate through the different options separated by `|`
```sh
fzf --preview 'cat {}' --bind 'ctrl-/:change-preview-window(right,70%|down,40%,border-horizontal|hidden|right)'
fzf --preview 'cat {}' --preview-window right:40% \
--bind 'ctrl-/:change-preview-window(right,70%|down,40%,border-top|hidden|)'
```
- Fixed rendering of the prompt line when overflow occurs with `--info=inline`