mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 04:02:01 -07:00
0.49.0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user