Update ADVANCED.md

Remove unnecessary --color option
This commit is contained in:
Junegunn Choi 2021-04-09 22:57:55 +09:00
parent faf32d451d
commit f6c621ef1b
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 0 additions and 1 deletions

View File

@ -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'