This repository has been archived on 2019-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Phuntsok Drak-pa 34d4a4d202 Merge branch 'master' of labs.phundrak.fr:phundrak/dired-phundrak into HEAD 2019-10-24 14:45:24 +02:00
LICENSE Add LICENSE 2019-09-29 16:18:28 +00:00
README.org Updated README 2019-09-29 18:07:50 +02:00
funcs.el initial commit 2019-09-29 17:58:22 +02:00
packages.el Added dired-hide-details-mode and dired-git-info shortcuts, better configuration 2019-10-24 14:24:58 +02:00

README.org

Dired-Phundrak layer

/phundrak/dired-phundrak/media/branch/master/img/dired-phundrak.png

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 -

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