mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 22:40:37 +00:00
window size in readme
This commit is contained in:
parent
2ef2babbff
commit
c295c040cc
@ -42,7 +42,7 @@ rga-fzf() {
|
|||||||
fzf --sort --preview="rga --pretty --context 5 {q} {}" \
|
fzf --sort --preview="rga --pretty --context 5 {q} {}" \
|
||||||
--phony -q "$1" \
|
--phony -q "$1" \
|
||||||
--bind "change:reload:$RG_PREFIX {q}" \
|
--bind "change:reload:$RG_PREFIX {q}" \
|
||||||
--preview-window=wrap
|
--preview-window="70%:wrap"
|
||||||
)" &&
|
)" &&
|
||||||
echo "opening $file" &&
|
echo "opening $file" &&
|
||||||
xdg-open "$file"
|
xdg-open "$file"
|
||||||
|
Loading…
Reference in New Issue
Block a user