Skip to content

Commit

Permalink
Update ADVANCED.md
Browse files Browse the repository at this point in the history
Remove unnecessary --color option
  • Loading branch information
junegunn committed Apr 9, 2021
1 parent faf32d4 commit f6c621e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ADVANCED.md
Expand Up @@ -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'
Expand Down

0 comments on commit f6c621e

Please sign in to comment.