mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 11:29:01 +00:00
Update ADVANCED.md
Remove unnecessary --color option
This commit is contained in:
parent
faf32d451d
commit
f6c621ef1b
@ -335,7 +335,6 @@ IFS=: read -ra selected < <(
|
|||||||
fzf --ansi \
|
fzf --ansi \
|
||||||
--disabled --query "$INITIAL_QUERY" \
|
--disabled --query "$INITIAL_QUERY" \
|
||||||
--bind "change:reload:sleep 0.1; $RG_PREFIX {q} || true" \
|
--bind "change:reload:sleep 0.1; $RG_PREFIX {q} || true" \
|
||||||
--color "hl:-1:underline,hl+:-1:underline:reverse" \
|
|
||||||
--delimiter : \
|
--delimiter : \
|
||||||
--preview 'bat --color=always {1} --highlight-line {2}' \
|
--preview 'bat --color=always {1} --highlight-line {2}' \
|
||||||
--preview-window 'up,60%,border-bottom,+{2}+3/3,~3'
|
--preview-window 'up,60%,border-bottom,+{2}+3/3,~3'
|
||||||
|
Loading…
Reference in New Issue
Block a user