summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-12-13 12:46:07 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-12-13 12:46:27 +0900
commit9fefe08b3fe9b1005e13aecc93e8276dbf4b1de8 (patch)
tree1155b33402ce60463ff42bc8b522875f23de6047 /README.md
parent684bfff7130f7b48e39618e71ce7d7d95941726a (diff)
Revert README as preview-{fg,bg} are only available on master
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
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.