From 984bf08835f468e1d92a71473750ea6777d32c57 Mon Sep 17 00:00:00 2001 From: Guillaume Pagnoux Date: Tue, 13 Aug 2019 11:07:03 +0200 Subject: [PATCH 1/2] emacs/dired: add README.org Signed-off-by: Guillaume Pagnoux --- modules/emacs/dired/README.org | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 modules/emacs/dired/README.org diff --git a/modules/emacs/dired/README.org b/modules/emacs/dired/README.org new file mode 100644 index 000000000..a12185d34 --- /dev/null +++ b/modules/emacs/dired/README.org @@ -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]]. From 88293c962a06e92be4489800650751451bb2a2ae Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 15 Aug 2019 15:41:09 -0400 Subject: [PATCH 2/2] Update emacs/dired/README.org header --- modules/emacs/dired/README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/emacs/dired/README.org b/modules/emacs/dired/README.org index a12185d34..c1118555a 100644 --- a/modules/emacs/dired/README.org +++ b/modules/emacs/dired/README.org @@ -1,4 +1,7 @@ -#+TITLE: Dired module +#+TITLE: emacs/dired +#+DATE: May 27, 2018 +#+SINCE: v2.0 +#+STARTUP: inlineimages * Table of Contents :TOC_3:noexport: - [[#description][Description]]