From 28b6443817be1308383cb6e453839e3c8402e0a9 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 29 Sep 2019 18:07:50 +0200 Subject: [PATCH] Updated README --- README.org | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 216c151..dfbd687 100644 --- a/README.org +++ b/README.org @@ -15,10 +15,15 @@ configuration for Spacemacs. ** Features: - - Autocomplete - - Lint - - Refactor - - ... + Sane functions for Dired from Ergomacs’ website, and one of my own, mapped to + sane keybindings in ~dired-mode~: + - Open several files at once from Dired in Emacs + - Open several files at once from Dired in external software (useful when + using EXWM) + - Sort files in Dired by name, date, size or extension + - Rename files, replacing whitespace in the filename by: + - underscores ~_~ + - or hyphens ~-~ * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need @@ -27,6 +32,16 @@ * Key bindings - | Key Binding | Description | - |-------------+--------------| - | ~SPC x x x~ | Does thing01 | + The following keybindings are only available from a =dired= buffer: + | Key Binding | Description | + |-------------+---------------------------------------------------------------| + | ~f~ | Open all marked files in Emacs | + | ~F~ | Open all marked files in external application | + | ~s~ | Sort files in Dired buffer | + | ~-~ | Replace whitespace in filename of marked files by hyphens | + | ~_~ | Replace whitespace in filename of marked files by underscores | + + The following keybinding is available globally in Emacs: + | Key Binding | Description | + |-------------+------------------------------------------------| + | ~S-F1~ | Open a dired buffer in your home =~= directory |