This repository has been archived on 2019-11-02 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
34d4a4d2029af1e1f6cc8d428d1d98ac528b5caf
Dired-Phundrak layer
Description
This layer adds my custom configuration of Dired on top of the default dired configuration for Spacemacs.
Features:
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
-
- underscores
Install
To use this configuration layer, add it to your ~/.spacemacs. You will need
to add dired-phundrak to the existing dotspacemacs-configuration-layers
list in this file.
Key bindings
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 |
Languages
Emacs Lisp
100%
