mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-15 15:42:31 +01:00
Add highlight color config variables
This commit is contained in:
parent
196cfa0eb0
commit
ea19b7bcf8
2 changed files with 12 additions and 4 deletions
|
|
@ -37,3 +37,10 @@ Emacs-mode users can simply use alt+f which is bound to forward-word
|
|||
|
||||
The [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)
|
||||
plugin is also recommended.
|
||||
|
||||
## Configuration
|
||||
|
||||
You may override default global config variables after plugin load.
|
||||
|
||||
- `AUTOSUGGESTION_HIGHLIGHT_COLOR`: suggestion highlight color, default is `'fg=8'`.
|
||||
- `AUTOSUGGESTION_HIGHLIGHT_CURSOR`: highlight word after cursor or not. Must be integer value `1` or `0`, default is `1`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue