spacemacs/layers/+tools/fasd/README.org

42 lines
1.3 KiB
Org Mode
Raw Normal View History

#+TITLE: fasd layer
2015-06-10 16:44:30 +00:00
2018-09-19 03:54:47 +00:00
* Table of Contents :TOC_4_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#layer][Layer]]
- [[#fasd][fasd]]
- [[#key-bindings][Key bindings]]
2015-06-10 16:44:30 +00:00
* Description
This layer integrates the [[https://github.com/clvv/fasd][fasd]] command line tool into spacemacs.
2015-06-10 16:44:30 +00:00
** 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=.
2015-06-10 16:44:30 +00:00
* 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.
2015-06-10 16:44:30 +00:00
** fasd
[[https://github.com/clvv/fasd][fasd]] must be installed on your system. The general installation
instructions can be found in the repository [[https://github.com/clvv/fasd#install][README]]
2017-04-25 15:42:58 +00:00
On OS X, it can be installed via [[https://github.com/Homebrew/legacy-homebrew][homebrew]]:
2015-06-10 16:44:30 +00:00
#+BEGIN_SRC sh
$ brew install fasd
#+END_SRC
* Key bindings
2015-06-10 16:44:30 +00:00
| Key binding | Description |
2015-06-10 16:44:30 +00:00
|-------------+------------------------------------|
| ~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 |