Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.67 KB

README.org

File metadata and controls

49 lines (41 loc) · 1.67 KB

emacs/dired

Table of Contents

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

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

KeybindDescription
SPC f dFind directory with dired
qExit dired buffer
C-c C-rRun dired-rsync
C-c C-eRename 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.