Stefano Mazzucco 828873f00d Merge remote-tracking branch 'upstream/master' 2 years ago
..
external @ 2cb6eb6e29 904e8c0912 update autosuggestions module to v0.4.0 6 years ago
README.md 2451239713 general: Clarify relative ordering of modules in docs 2 years ago
init.zsh c8b8397728 [Fix #532] Integrate autosuggestions 8 years ago

README.md

Autosuggestions

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.

Contributors

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.

Settings

Highlighting

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 ''

Troubleshooting

Autosuggestions from previous sessions don't show up

For autosuggestions from previous shell sessions to work, please make sure you also have the history module enabled.

Authors

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