Skip to content
Snippets Groups Projects
Unverified Commit 0e0bcb3e authored by Kovarththanan Rajaratnam's avatar Kovarththanan Rajaratnam Committed by GitHub
Browse files

Update README.md (#2337)

--phony was renamed to --disabled in d779ff7e
parent 686528d6
No related branches found
No related tags found
No related merge requests found
......@@ -573,7 +573,7 @@ INITIAL_QUERY=""
RG_PREFIX="rg --column --line-number --no-heading --color=always --smart-case "
FZF_DEFAULT_COMMAND="$RG_PREFIX '$INITIAL_QUERY'" \
fzf --bind "change:reload:$RG_PREFIX {q} || true" \
--ansi --phony --query "$INITIAL_QUERY" \
--ansi --disabled --query "$INITIAL_QUERY" \
--height=50% --layout=reverse
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment