mirror of
https://github.com/junegunn/fzf.git
synced 2026-05-25 01:38:48 +08:00
0.29.0
This commit is contained in:
+2
-1
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user