Integrates enhancd into Prezto, which implements a next-generation cd command with an interactive filter. enhancd will memorize all directories visited by a user and use it for the pathname resolution.
New features and bug fixes should be submitted to the enhancd project according to its rules and regulations. This module will be synchronized against it.
To specify list of one or more visual filters add the following line to zpreztorc:
zstyle ":prezto:module:enhancd" filter "fzf:fzy:peco"
Available options include fzy, fzf, peco etc.
To specify a command to invoke enhancd add the following line to
zpreztorc, it may even replace cd
:
zstyle ":prezto:module:enhancd" command "cd"
Make sure the appropriate filters are installed (see enhancd installation instructions). It is recommended to use fzy.
Note that enhancd remembers directories only after first visited.
The authors of this module should be contacted via the issue tracker.