mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
emacs : fd-dired config
This commit is contained in:
@ -21,6 +21,11 @@
|
|||||||
|
|
||||||
;; Show directory first
|
;; Show directory first
|
||||||
(setq dired-listing-switches "-alh --group-directories-first")
|
(setq dired-listing-switches "-alh --group-directories-first")
|
||||||
|
(if (executable-find "fd")
|
||||||
|
(evil-collection-define-key 'normal 'dired-mode-map
|
||||||
|
"f" 'fd-dired)
|
||||||
|
(evil-collection-define-key 'normal 'dired-mode-map
|
||||||
|
"f" 'find-dired))
|
||||||
(evil-collection-define-key 'normal 'dired-mode-map
|
(evil-collection-define-key 'normal 'dired-mode-map
|
||||||
"." 'dired-omit-mode
|
"." 'dired-omit-mode
|
||||||
"h" 'dired-single-up-directory
|
"h" 'dired-single-up-directory
|
||||||
|
|||||||
Reference in New Issue
Block a user