fasd layer
Table of ContentsClose
1. Description
This layer integrates the fasd command line tool into Spacemacs.
1.1. Features:
- Adds easy shortcuts to reference recent files and directories.
- Provides
fasdwith recent open file lists from Emacs. - Allows to filter
fasdresults withhelmorivy.
2. Install
2.1. Layer
To use this configuration layer, add it to your ~/.spacemacs. You will need to
add fasd to the existing dotspacemacs-configuration-layers list in this
file.
3. Comment
The fasd package has been updated to support Ivy actions (M-o). This layer
adds an Ivy action to start a deep search in a directory
(spacemacs/search-auto) from the fasd results. After the fasd query,
instead of enter, type M-o on some directory then press s to start a
deep search in that directory.
4. Key bindings
| Key binding | Description |
|---|---|
SPC f a s |
find a file or directory with fasd |
SPC f a d |
find a directory with fasd |
SPC f a f |
find a file with fasd |