mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
add keybinding to toggle dired-omit-mode
This commit is contained in:
@ -164,7 +164,11 @@ we have to clean it up ourselves."
|
|||||||
("\\.\\(?:mp4\\|mkv\\|avi\\|flv\\|rm\\|rmvb\\|ogv\\)\\(?:\\.part\\)?\\'" ,cmd)
|
("\\.\\(?:mp4\\|mkv\\|avi\\|flv\\|rm\\|rmvb\\|ogv\\)\\(?:\\.part\\)?\\'" ,cmd)
|
||||||
("\\.\\(?:mp3\\|flac\\)\\'" ,cmd)
|
("\\.\\(?:mp3\\|flac\\)\\'" ,cmd)
|
||||||
("\\.html?\\'" ,cmd)
|
("\\.html?\\'" ,cmd)
|
||||||
("\\.md\\'" ,cmd)))))
|
("\\.md\\'" ,cmd))))
|
||||||
|
(map!
|
||||||
|
:map dired-mode-map
|
||||||
|
:localleader
|
||||||
|
"h" #'dired-omit-mode))
|
||||||
|
|
||||||
|
|
||||||
(use-package! fd-dired
|
(use-package! fd-dired
|
||||||
|
Reference in New Issue
Block a user