summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-02-17 16:44:54 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-02-17 16:44:54 +0900
commita367dfb22e63e41b52f68056a7b3325bab3ba180 (patch)
treec0e62bec92cdf935acf564bceaefcff05e23c049 /README.md
parent9fe1a7b3731a1129484e4cac2dfe6246beb0ee63 (diff)
README.md: Better example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 15763ab3..71bfd6ee 100644
--- a/README.md
+++ b/README.md
@@ -411,7 +411,7 @@ unalias **<TAB>
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.