prezto/modules/fasd
Nobuhiro Takaichi f04191aa8a feat: Update submodules to avoid error with using zsh 5.9 2023-11-08 13:11:49 -08:00
..
external@90b531a5da feat: Update submodules to avoid error with using zsh 5.9 2023-11-08 13:11:49 -08:00
README.md general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
init.zsh Add zstyle to skip aliases for additional modules 2023-04-13 09:33:48 -07:00

README.md

Fasd

Fasd is a command-line productivity booster, inspired by tools like autojump, z and v, it offers quick access to files and directories by keeping track of files and directories that were previously accessed.

For shell completion to work, this module must be loaded after the completion module.

The Prezto Fasd configuration differs from the default. The default aliases have been disabled.

Installation

fasd is bundled with prezto as a git submodule. Alternatively, you can manually install fasd. If a manual installation is found, it will be used instead of the bundled version.

Aliases

Aliases are enabled by default. To disable them, add the following to ${ZDOTDIR:-$HOME}/.zpreztorc.

zstyle ':prezto:module:fasd:alias' skip 'yes'
  • j changes the current working directory interactively.

Completion

Type ,, f,, d, in front of a comma-separated query or type ,,, ,,f, ,,d at the end of a comma-separated query then hit TAB.

Authors

The authors of this module should be contacted via the issue tracker.