Skip to content

disable-search doesn't take effect until the whole action is done #3696

Answered by junegunn
Kyle0923 asked this question in Q&A
Discussion options

You must be logged in to vote

008fb9d should fix the issue. Please build and test if it works for you. Also you'll have to escape {q} in your transform action so that fzf doesn't expand queries like \d{6}.

8c8
<       echo \"disable-search+reload($RG {q} || true)+rebind(change)+change-prompt(1. ripgrep> )\" ||
---
>       echo \"disable-search+reload($RG \\{q} || true)+rebind(change)+change-prompt(1. ripgrep> )\" ||

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Kyle0923
Comment options

Answer selected by junegunn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants