GitHunt
RM

rmNULL/helm-zoxide

zoxide bindings for helm

helm-zoxide

zoxide bindings for helm

Usage/Installation

(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))))

Languages

Emacs Lisp100.0%

Contributors

MIT License
Created February 6, 2023
Updated December 24, 2025