spacemacs/layers/+tools/fasd
Aaron L. Zeng 2b4fd06dc1 [fasd] Fix bug in fasd-find-directory-only
`fasd-find-file` incorrectly interprets a prefix argument of value 1
as equivalent to nil ([issue][0]).

Work around this bug by just passing another positive number instead.
We choose 2.

[0]: https://framagit.org/steckerhalter/emacs-fasd/-/issues/14
2020-09-14 18:34:38 +02:00
..
README.org Update references to macOS 2019-10-13 12:04:40 +02:00
packages.el [fasd] Fix bug in fasd-find-directory-only 2020-09-14 18:34:38 +02:00

README.org

fasd layer

Description

This layer integrates the fasd command line tool into Spacemacs.

Features:

  • Adds easy shortcuts to reference recent files and directories.
  • Provides fasd with recent open file lists from Emacs.
  • Allows to filter fasd results with helm or ivy.

Install

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.

fasd

fasd must be installed on your system. The general installation instructions can be found in the repository README

On macOS, it can be installed via homebrew:

  $ brew install fasd

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