This commit is contained in:
Junegunn Choi
2024-04-04 23:56:30 +09:00
parent 68a35e4735
commit 62963dcefd
7 changed files with 7 additions and 13 deletions

View File

@@ -7,8 +7,10 @@ CHANGELOG
- `--info=hidden` and `--info=inline-right` will no longer hide the horizontal separator by default. This gives you more flexibility in customizing the layout.
```sh
fzf --border --info=inline-right
fzf --border --info=inline-right --separator ═
fzf --border --info=inline-right --no-separator
fzf --border --info=hidden
fzf --border --info=hidden --separator ━
fzf --border --info=hidden --no-separator
```
- Added two environment variables exported to the child processes