Add Dirvish-backed Dired workflow

This commit is contained in:
Fabio Scotto di Santolo
2026-04-12 19:33:22 +02:00
parent e2234db2ad
commit de2430316f
4 changed files with 48 additions and 6 deletions

View File

@@ -61,6 +61,10 @@
(autoload 'gptel "gptel" nil t)
(define-key fscotto/open (kbd "l") #'gptel)
;; -------- dirvish --------
(autoload 'dirvish-dwim "dirvish" nil t)
(define-key fscotto/open (kbd "d") #'dirvish-dwim)
;;;; Elfeed mode maps
(with-eval-after-load 'elfeed
(define-key elfeed-search-mode-map (kbd "w") #'elfeed-search-yank)