dgi-commit-message-format set to %h - Abbreviated commit hash %cs - committer date, short format (YYYY-MM-DD) %s - subject First two are fixed-width, which makes it look neater. |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
doctor.el | ||
packages.el | ||
README.org |
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.