Replies: 4 comments 1 reply
-
Nice to see your issue has been resolved. I'll reimplement fzf as a built-in plugin in the next few days to provide greater flexibility. I've just merged zoxide for this, #865. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see that you have re-implemented zoxide as a plugin. I can't find it. How do I add this. I have compiled the latest version, but I get a message that zoxide has been reimplement.
I love yazi. Great work! Thenks.
…On Sat, Apr 6, 2024, at 10:43, 三咲雅 · Misaki Masa wrote:
Nice to see your issue has been resolved.
I'll reimplement fzf as a built-in plugin in the next few days to provide greater flexibility. I've just merged zoxide for this, #865 <#865>.
—
Reply to this email directly, view it on GitHub <#878 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALLYYRPBJOTHAL3UY7BARL3Y4AX3XAVCNFSM6AAAAABFZUJ5ACVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TAMZQHEYDG>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I was looking to download a plugin. But it seems to be part of the app. So I changed my keymap.toml with plugin zoxide and it seems to work.
…On Sat, Apr 6, 2024, at 14:00, Bert wrote:
I see that you have re-implemented zoxide as a plugin. I can't find it. How do I add this. I have compiled the latest version, but I get a message that zoxide has been reimplement.
I love yazi. Great work! Thenks.
On Sat, Apr 6, 2024, at 10:43, 三咲雅 · Misaki Masa wrote:
>
>
> Nice to see your issue has been resolved.
>
> I'll reimplement fzf as a built-in plugin in the next few days to provide greater flexibility. I've just merged zoxide for this, #865 <#865>.
>
>
>
> —
> Reply to this email directly, view it on GitHub <#878 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALLYYRPBJOTHAL3UY7BARL3Y4AX3XAVCNFSM6AAAAABFZUJ5ACVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TAMZQHEYDG>.
> You are receiving this because you authored the thread.Message ID: ***@***.***>
>
>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Fzf works well. Is there a way to add options to fzf?
…On Sun, Apr 7, 2024, at 10:19, 三咲雅 · Misaki Masa wrote:
Yep, it's a built-in plugin, so you don't need to manually download it. I've finished the work of implementing `fzf` as a plugin in #884 <#884>
—
Reply to this email directly, view it on GitHub <#878 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALLYYRIFOWEMXUO6BHARTSLY4F52HAVCNFSM6AAAAABFZUJ5ACVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TAMZXGMYDC>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add some parameters to fzf using the jump command bound to Z. Is there a way to do that? Or accomplish it some other way? In particular, I'd like to add -e and --reverse to the call to fzf.
SOLUTION. If I export FZF_DEFAULT_OPTS in bash with a string of options it works. So probably don't need to specify separatey n Yazi
Beta Was this translation helpful? Give feedback.
All reactions