mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
dgutov/diff-hl@40c89a7b0d -> dgutov/diff-hl@6fa3af0843 ideasman42/emacs-undo-fu@34b27c01da -> ideasman42/emacs-undo-fu@ab8bc10e42 magit/magit@aba0a59611 -> magit/magit@1eb183e767 wyuenho/all-the-icons-dired@a758766878 -> wyuenho/all-the-icons-dired@5e9b097f99
emacs/dired
Description
This module provides configuration for dired.
Module Flags
+ranger
Enables dired to be more like ranger.+icons
Enables the display of fancy icons depending on file types in dired buffers.
Plugins
- diredfl
- dired-rsync
- diff-hl
- fd-dired
-
+ranger
-
+icons
Prerequisites
This module has no prerequisites except on BSDs where GNU ls
(gls
) is
needed for it to work properly (Doom doctor will notify you if it is missing).
Keybindings
Keybind | Description |
---|---|
SPC f d |
Find directory with dired |
q |
Exit dired buffer |
C-c C-r |
Run dired-rsync |
C-c C-e |
Rename entries with wdired |
Other keybindings can be found on the official Dired reference card.
Ranger
If +ranger
is enabled often a buffer will be opened in minimal ranger mode
(deer-mode). In this case z P
can be used to toggle between full ranger and
deer-mode.