how to use Multi-Tab & fzf, zoxide #859
Replies: 3 comments 2 replies
-
"I have install zoxide , but got error "zoxide: no match found" when I hit z button" - same here, would be great to have a short tutorial on how to configure it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
yazi/yazi-config/preset/keymap.toml at main · sxyazi/yazi · GitHub GitHub - ajeetdsouza/zoxide: A smarter cd command. Supports all major shells. brew install zoxide
vi ~/.zshrc
# add following at the end
eval "$(zoxide init zsh)"
zoxide import --from=z $HOME/.z
restart terminal
yazi
hit z button
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, zoxide will be reimplemented as a plugin in the next version of Yazi, which will solve this problem |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
there are many feature such as Multi-Tab & fzf, zoxide
mentioned in https://yazi-rs.github.io/features
however there is no doccument for it .
new users like me are very confused.
could you tell me how to use Multi-Tab & fzf, zoxide ?
how to create / delete new tab
how to use fzf (Z), zoxide(z)
I have install zoxide , but got error "zoxide: no match found" when I hit z button
since copy cross multiple yazi is not supported, this multi-tab is very useful.
Beta Was this translation helpful? Give feedback.
All reactions