Add vdiff and ztree tooling

This commit is contained in:
Fabio Scotto di Santolo
2026-04-12 22:45:05 +02:00
parent 675f686a46
commit 10fd3e9888
3 changed files with 31 additions and 1 deletions

View File

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