Skip to content

rmNULL/helm-zoxide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

zoxide bindings for helm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published