summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-04-09 22:57:55 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-04-09 22:58:31 +0900
commitf6c621ef1b04b2ebb3de4b10644defc77aa1743e (patch)
tree91810436b4f7131b3f401842c3376a4500961eff
parentfaf32d451d78f26730179e1dd673941fac9b42ae (diff)
Update ADVANCED.md
Remove unnecessary --color option
-rw-r--r--ADVANCED.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/ADVANCED.md b/ADVANCED.md
index 5b48b7cc..10ff6fe7 100644
--- a/ADVANCED.md
+++ b/ADVANCED.md
@@ -335,7 +335,6 @@ IFS=: read -ra selected < <(
fzf --ansi \
--disabled --query "$INITIAL_QUERY" \
--bind "change:reload:sleep 0.1; $RG_PREFIX {q} || true" \
- --color "hl:-1:underline,hl+:-1:underline:reverse" \
--delimiter : \
--preview 'bat --color=always {1} --highlight-line {2}' \
--preview-window 'up,60%,border-bottom,+{2}+3/3,~3'