mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Overrides ranger-travel to have better mode detection for which completion framework to use, and default to emacs built-ins instead of ido. In theory this should be a temporary fix until ralesi/ranger.el#236 gets merged, but the maintenance status of ranger.el is not clear. Fix #5509 Ref ralesi/ranger.el#236
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.