-
Beta Was this translation helpful? Give feedback.
Answered by
junegunn
Mar 27, 2024
Replies: 2 comments 1 reply
-
I think this actually is a bug. I'll look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
008fb9d should fix the issue. Please build and test if it works for you. Also you'll have to escape 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> )\" || |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
junegunn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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}
.