emacs/dired: add README.org
Signed-off-by: Guillaume Pagnoux <guillaume.pagnoux@lse.epita.fr>
This commit is contained in:
parent
0c7e6261e8
commit
984bf08835
1 changed files with 43 additions and 0 deletions
43
modules/emacs/dired/README.org
Normal file
43
modules/emacs/dired/README.org
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
#+TITLE: Dired module
|
||||||
|
|
||||||
|
* Table of Contents :TOC_3:noexport:
|
||||||
|
- [[#description][Description]]
|
||||||
|
- [[#module-flags][Module Flags]]
|
||||||
|
- [[#plugins][Plugins]]
|
||||||
|
- [[#prerequisites][Prerequisites]]
|
||||||
|
- [[#keybindings][Keybindings]]
|
||||||
|
|
||||||
|
* Description
|
||||||
|
|
||||||
|
This module provides configuration for dired.
|
||||||
|
|
||||||
|
** Module Flags
|
||||||
|
|
||||||
|
+ =+ranger= Enables dired to be more like [[https://github.com/ranger/ranger][ranger]].
|
||||||
|
+ =+icons= Enables the display of fancy icons depending on file types in dired
|
||||||
|
buffers.
|
||||||
|
|
||||||
|
** Plugins
|
||||||
|
+ [[https:https://github.com/syohex/emacs-dired-k][dired-k]]
|
||||||
|
+ [[https://github.com/purcell/diredfl][diredfl]]
|
||||||
|
+ [[https://github.com/stsquad/dired-rsync][dired-rsync]]
|
||||||
|
+ =+ranger=
|
||||||
|
+ [[https://github.com/ralesi/ranger.el][ranger]]
|
||||||
|
+ =+icons=
|
||||||
|
+ [[https://github.com/jtbm37/all-the-icons-dired][all-the-icons-dired]]
|
||||||
|
|
||||||
|
* 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 [[https://www.gnu.org/software/emacs/refcards/pdf/dired-ref.pdf][Dired reference card]].
|
Loading…
Add table
Add a link
Reference in a new issue