From 3a1aaacbad1b778a2d0d765947a4e0c7c5f069ee Mon Sep 17 00:00:00 2001 From: j3010 <41809585+j3010@users.noreply.github.com> Date: Mon, 24 May 2021 12:49:32 -0500 Subject: [PATCH] Add ranger documentation to dired README (#5085) * added documentation on the command to switch betwee minimal ranger and full ranger * added link to ranger section in dired README.org * Move ranger tip to Keybindings section Co-authored-by: Henrik Lissner --- modules/emacs/dired/README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/emacs/dired/README.org b/modules/emacs/dired/README.org index 07e391f4d2d..0a458c340d5 100644 --- a/modules/emacs/dired/README.org +++ b/modules/emacs/dired/README.org @@ -9,6 +9,7 @@ - [[#plugins][Plugins]] - [[#prerequisites][Prerequisites]] - [[#keybindings][Keybindings]] + - [[#ranger][Ranger]] * Description This module provides configuration for dired. @@ -41,3 +42,8 @@ needed for it to work properly (Doom doctor will notify you if it is missing). | =C-c C-e= | Rename entries with =wdired= | Other keybindings can be found on the official [[https://www.gnu.org/software/emacs/refcards/pdf/dired-ref.pdf][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.