Closed keybits closed 4 years ago
Thanks for your work on this. I've selected it over z, autojump and pazi.
I'm using zimfw and zsh-z works great by cloning into .zimfw/modules/zsh-z and then enabling it as a module in .zimrc.
.zimfw/modules/zsh-z
.zimrc
I did need to add autoload -U compinit && compinit to .zshrc for tab autocompletion.
autoload -U compinit && compinit
.zshrc
Your delightfully helpful approach on the few issues I saw here was the clincher for installing. Thanks again and feel free to close this issue.
Thank you so much for you kind words. I'll make a point of including instructions for how to use zsh-z with Zim.
Done! Thanks again for your encouragement and for helping to make zsh-z better.
Thanks for your work on this. I've selected it over z, autojump and pazi.
I'm using zimfw and zsh-z works great by cloning into
.zimfw/modules/zsh-z
and then enabling it as a module in.zimrc
.I did need to add
autoload -U compinit && compinit
to.zshrc
for tab autocompletion.Your delightfully helpful approach on the few issues I saw here was the clincher for installing. Thanks again and feel free to close this issue.