mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
emacs/dired: update package list in README
This commit is contained in:
@ -11,31 +11,28 @@
|
|||||||
- [[#keybindings][Keybindings]]
|
- [[#keybindings][Keybindings]]
|
||||||
|
|
||||||
* Description
|
* Description
|
||||||
|
|
||||||
This module provides configuration for dired.
|
This module provides configuration for dired.
|
||||||
|
|
||||||
** Module Flags
|
** Module Flags
|
||||||
|
|
||||||
+ =+ranger= Enables dired to be more like [[https://github.com/ranger/ranger][ranger]].
|
+ =+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
|
+ =+icons= Enables the display of fancy icons depending on file types in dired
|
||||||
buffers.
|
buffers.
|
||||||
|
|
||||||
** Plugins
|
** Plugins
|
||||||
+ [[https:https://github.com/syohex/emacs-dired-k][dired-k]]
|
|
||||||
+ [[https://github.com/purcell/diredfl][diredfl]]
|
+ [[https://github.com/purcell/diredfl][diredfl]]
|
||||||
+ [[https://github.com/stsquad/dired-rsync][dired-rsync]]
|
+ [[https://github.com/stsquad/dired-rsync][dired-rsync]]
|
||||||
|
+ [[https://github.com/dgutov/diff-hl/][diff-hl]]
|
||||||
|
+ [[https://github.com/yqrashawn/fd-dired][fd-dired]]
|
||||||
+ =+ranger=
|
+ =+ranger=
|
||||||
+ [[https://github.com/ralesi/ranger.el][ranger]]
|
+ [[https://github.com/ralesi/ranger.el][ranger]]
|
||||||
+ =+icons=
|
+ =+icons=
|
||||||
+ [[https://github.com/jtbm37/all-the-icons-dired][all-the-icons-dired]]
|
+ [[https://github.com/jtbm37/all-the-icons-dired][all-the-icons-dired]]
|
||||||
|
|
||||||
* Prerequisites
|
* Prerequisites
|
||||||
|
|
||||||
This module has no prerequisites *except on BSDs* where =GNU ls= (~gls~) is
|
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).
|
needed for it to work properly (Doom doctor will notify you if it is missing).
|
||||||
|
|
||||||
* Keybindings
|
* Keybindings
|
||||||
|
|
||||||
| Keybind | Description |
|
| Keybind | Description |
|
||||||
|-----------+------------------------------|
|
|-----------+------------------------------|
|
||||||
| =SPC f d= | Find directory with dired |
|
| =SPC f d= | Find directory with dired |
|
||||||
|
Reference in New Issue
Block a user