Dired-narrow package
https://github.com/Fuco1/dired-hacks#dired-narrow
Useful for limiting the list of files in an Emacs dired buffer.
I map C-c C-n
to dired-narrow
while in dired mode.
(map! :map dired-mode-map "\C-c \C-n" #'dired-narrow)
https://github.com/Fuco1/dired-hacks#dired-narrow
Useful for limiting the list of files in an Emacs dired buffer.
I map C-c C-n
to dired-narrow
while in dired mode.
(map! :map dired-mode-map "\C-c \C-n" #'dired-narrow)