Stefano Mazzucco 828873f00d Merge remote-tracking branch 'upstream/master' | 3 years ago | |
---|---|---|
.. | ||
external @ 2cb6eb6e29 | 7 years ago | |
README.md | 3 years ago | |
init.zsh | 9 years ago |
Integrates zsh-autosuggestions into Prezto, which implements the Fish shell's autosuggestions feature, where the user can type in any part of a previously entered command and Zsh suggests commands as you type based on history and completions.
If this module is used in conjunction with the syntax-highlighting
module, this module must be loaded after the syntax-highlighting
module.
Additionally, if this module is used in conjunction with the
history-substring-search
module, this module must be loaded after the
history-substring-search
module as well.
To elaborate, the relative order of loading the modules would be
syntax-highlighting
, history-substring-search
and autosuggestions
.
New features and bug fixes should be submitted to the zsh-autosuggestions project according to its rules and regulations. This module will be synchronized against it.
If colors are enabled, autosuggestions will automatically highlight positive results.
To enable highlighting for this module only, add the following line to
${ZDOTDIR:-$HOME}/.zpreztorc
:
zstyle ':prezto:module:autosuggestions' color 'yes'
To set the query found color, add the following line to
${ZDOTDIR:-$HOME}/.zpreztorc
:
zstyle ':prezto:module:autosuggestions:color' found ''
For autosuggestions from previous shell sessions to work, please make sure you
also have the history
module enabled.
The authors of this module should be contacted via the issue tracker.