zoxide bindings for helm
(use-package helm-zoxide
:straight (helm-zoxide
:type git
:host github
:repo "rmnull/helm-zoxide")
:bind
(("C-c j d" . helm-zoxide)
(:map dired-mode-map
("j" . helm-zoxide)
("z" . helm-zoxide)
("C-j" . dired-goto-file)))
:custom
(helm-zoxide-actions
`(("Find in dired" . helm-zoxide-find-in-dired)
("Exec Shell" . iduh/helm-zoxide-exec-shell))))