Skip to content

Commit

Permalink
Update --color example in CHANGELOG
Browse files Browse the repository at this point in the history
New color name: input
  • Loading branch information
junegunn committed Oct 25, 2020
1 parent 8b0e3b1 commit 874f7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CHANGELOG
rg --line-number --no-heading --color=always "" |
fzf --ansi --prompt "Rg: " \
--color fg+:italic,hl:underline:-1,hl+:underline:reverse:-1 \
--color pointer:underline:reverse,prompt:reverse \
--color pointer:reverse,prompt:reverse,input:159 \
--pointer ' '
```
- To indicate if `--multi` mode is enabled, fzf will print the number of
Expand Down

0 comments on commit 874f7dd

Please sign in to comment.