spacemacs/layers/+tools/fasd
Anton-Latukha f6660f82d4
Switch to the new layers generator
2019-05-15 21:08:21 +03:00
..
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00
packages.el Correct more `<SPC>` to `SPC` 2016-04-05 12:52:54 +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 OS X, 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