mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
- Remove remaining `EMACS27+` checks, since the whole codebase is assumed to run at version 27 or above now - Remove `EMACS27+` definition since it's no longer needed
emacs/dired
Description
This module provides configuration for dired.
Module Flags
+rangerEnables dired to be more like ranger.+iconsEnables 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.