From 9fefe08b3fe9b1005e13aecc93e8276dbf4b1de8 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 13 Dec 2019 12:46:07 +0900 Subject: Revert README as preview-{fg,bg} are only available on master --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3