You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to dynamically reload entries from $RG_PREFIX with the ctrl-r keybinding but to no avail after unbinding the change event from reloading with the ctrl+f binding
I can manually reload $RG_PREFIX by chaining it to the ctrl-r keybinding .ie ctrl-r:unbind(ctrl-f)+change-prompt(1. ripgrep> )+disable-search+reload(sleep 0.1; $RG_PREFIX {q} || true) but that means i will have to click ctrl-r every time the query string changes which isn't idle ,flexible or efficient like have the change event automatically do the reload for me when the query string changes
So I request that fzf provides a way to do this , I believe this is a limitation that can be overcomed.
I am by no means a guru with Go but I'm welling to learn and help anyone who will be willing to help fix this issue.
Wonderful tool you guys have built,Keep the great work up. 👍
The text was updated successfully, but these errors were encountered:
Ultra-Code
changed the title
How to dynamically rebind reload to change event after unbinding it
Question :How to dynamically rebind reload to change event after unbinding it
Mar 12, 2022
Ultra-Code
changed the title
Question :How to dynamically rebind reload to change event after unbinding it
Fzf should provide a way to dynamically rebind reload to change event after unbinding it
Mar 12, 2022
man fzf
)Info
Problem / Steps to reproduce
I have been trying to dynamically reload entries from
$RG_PREFIX
with thectrl-r
keybinding but to no avail after unbinding the change event from reloading with thectrl+f
bindingI can manually reload
$RG_PREFIX
by chaining it to the ctrl-r keybinding .iectrl-r:unbind(ctrl-f)+change-prompt(1. ripgrep> )+disable-search+reload(sleep 0.1; $RG_PREFIX {q} || true)
but that means i will have to clickctrl-r
every time the query string changes which isn't idle ,flexible or efficient like have thechange
event automatically do the reload for me when the query string changesSo I request that fzf provides a way to do this , I believe this is a limitation that can be overcomed.
I am by no means a guru with Go but I'm welling to learn and help anyone who will be willing to help fix this issue.
This discussion talks about this issue well maybe better than I did Dicussion on a similar issue
Wonderful tool you guys have built,Keep the great work up. 👍
The text was updated successfully, but these errors were encountered: