mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-03 15:52:48 -08:00
dgutov/diff-hl@a625033 -> dgutov/diff-hl@2281a89 ralesi/ranger.el@ae9b381 -> ralesi/ranger.el@d7c1837 yqrashawn/fd-dired@001cc95 -> yqrashawn/fd-dired@5622041 Fixes pasting file to its original directory. Previously it failed with error, adding a suffix. Closes #3665 Co-authored-by: Jakub Darul <JakDar@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| autoload.el | ||
| config.el | ||
| doctor.el | ||
| packages.el | ||
| README.org | ||
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.