dired: dired-narrow integration

This commit is contained in:
condy 2020-10-02 14:26:29 +08:00 committed by Pierre Neidhardt
parent 3088a02106
commit a36f742c21
1 changed files with 5 additions and 0 deletions

View File

@ -193,6 +193,11 @@
";s" 'epa-dired-do-sign
";e" 'epa-dired-do-encrypt)
;; dired-narrow commands
(with-eval-after-load 'dired-narrow
(evil-collection-define-key 'normal 'dired-mode-map
"s" 'dired-narrow-regexp))
;; dired-subtree commands
(with-eval-after-load 'dired-subtree
(evil-collection-define-key 'normal 'dired-mode-map