From a367dfb22e63e41b52f68056a7b3325bab3ba180 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 17 Feb 2021 16:44:54 +0900 Subject: [PATCH] README.md: Better example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15763ab..71bfd6e 100644 --- a/README.md +++ b/README.md @@ -411,7 +411,7 @@ unalias ** export FZF_COMPLETION_TRIGGER='~~' # Options to fzf command -export FZF_COMPLETION_OPTS='+c -x' +export FZF_COMPLETION_OPTS='--border --info=inline' # Use fd (https://github.com/sharkdp/fd) instead of the default find # command for listing path candidates.