mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
Revert README as preview-{fg,bg} are only available on master
This commit is contained in:
@@ -9,8 +9,6 @@ CHANGELOG
|
|||||||
--color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899' \
|
--color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899' \
|
||||||
--border --height 20 --layout reverse --info inline
|
--border --height 20 --layout reverse --info inline
|
||||||
```
|
```
|
||||||
- Preview window border can be disabled by setting `noborder` in
|
|
||||||
`--preview-window`
|
|
||||||
- Removed the immediate flicking of the screen on `reload` action.
|
- Removed the immediate flicking of the screen on `reload` action.
|
||||||
```sh
|
```sh
|
||||||
: | fzf --bind 'change:reload:seq {q}' --phony
|
: | fzf --bind 'change:reload:seq {q}' --phony
|
||||||
|
|||||||
@@ -510,13 +510,10 @@ fzf --preview 'bat --style=numbers --color=always {} | head -500'
|
|||||||
```
|
```
|
||||||
|
|
||||||
You can customize the size, position, and border of the preview window using
|
You can customize the size, position, and border of the preview window using
|
||||||
`--preview-window` option, and the foreground and background color of it with
|
`--preview-window` option.
|
||||||
`--color` option. For example,
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
fzf --height 40% --layout reverse --info inline --border \
|
fzf --height 40% --layout reverse --preview 'file {}' --preview-window down:1
|
||||||
--preview 'file {}' --preview-window down:1:noborder \
|
|
||||||
--color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
See the man page (`man fzf`) for the full list of options.
|
See the man page (`man fzf`) for the full list of options.
|
||||||
|
|||||||
Reference in New Issue
Block a user