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 <accounts+github@v0.io>
This commit is contained in:
j3010 2021-05-24 12:49:32 -05:00 committed by GitHub
parent 853fa4c473
commit 3a1aaacbad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
- [[#plugins][Plugins]] - [[#plugins][Plugins]]
- [[#prerequisites][Prerequisites]] - [[#prerequisites][Prerequisites]]
- [[#keybindings][Keybindings]] - [[#keybindings][Keybindings]]
- [[#ranger][Ranger]]
* Description * Description
This module provides configuration for dired. 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= | | =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]]. 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.