summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md7
2 files changed, 2 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2ff1562..fda3315d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,6 @@ CHANGELOG
--color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899' \
--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.
```sh
: | fzf --bind 'change:reload:seq {q}' --phony
diff --git a/README.md b/README.md
index a9e83c71..97712e96 100644
--- a/README.md
+++ b/README.md
@@ -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
-`--preview-window` option, and the foreground and background color of it with
-`--color` option. For example,
+`--preview-window` option.
```bash
-fzf --height 40% --layout reverse --info inline --border \
- --preview 'file {}' --preview-window down:1:noborder \
- --color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899'
+fzf --height 40% --layout reverse --preview 'file {}' --preview-window down:1
```
See the man page (`man fzf`) for the full list of options.