Updated README

This commit is contained in:
Phuntsok Drak-pa 2019-09-29 18:07:50 +02:00
parent 982aac9574
commit 28b6443817
1 changed files with 22 additions and 7 deletions

View File

@ -15,10 +15,15 @@
configuration for Spacemacs. configuration for Spacemacs.
** Features: ** Features:
- Autocomplete Sane functions for Dired from Ergomacs website, and one of my own, mapped to
- Lint sane keybindings in ~dired-mode~:
- Refactor - 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 * Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need To use this configuration layer, add it to your =~/.spacemacs=. You will need
@ -27,6 +32,16 @@
* Key bindings * Key bindings
| Key Binding | Description | The following keybindings are only available from a =dired= buffer:
|-------------+--------------| | Key Binding | Description |
| ~SPC x x x~ | Does thing01 | |-------------+---------------------------------------------------------------|
| ~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 |