1
0
Fork 0
mirror of synced 2024-06-16 13:51:10 -04:00
zimfw/modules/fasd
Tomas Slusny 61ff6019b1 [fasd] Fix completion
- Fix word completion for fasd
- Fix initialization script to have all fasd-related functions inside it
  (functions was not called properly when they was in separate files)
- Add another alias `v` for fasd that will access recently used files
  from .viminfo

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>

Fixes #111, Closes #133
2017-01-22 10:37:36 -08:00
..
functions [fasd] Fix completion 2017-01-22 10:37:36 -08:00
init.zsh [fasd] Fix completion 2017-01-22 10:37:36 -08:00
README.md [fasd] add initial fasd support 2016-03-27 18:45:05 -04:00

fasd

Fasd (pronounced similar to "fast") is a command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells. It is inspired by tools like autojump, z and v. Fasd keeps track of files and directories you have accessed, so that you can quickly reference them in the command line.

Contributing

Contributions should be submitted upstream to fasd.