mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Merge pull request #53 from calebmeyer/doc-updates
Updated readme with more configuration options.
This commit is contained in:
commit
34c01f6259
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ 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`.
|
||||
- `AUTOSUGGESTION_ACCEPT_RIGHT_ARROW`: complete entire suggestion with right arrow. Must be integer value `1` or `0`, default is `0` (right arrow completes one letter at a time).
|
||||
|
||||
## Known Issues
|
||||
|
||||
|
|
Loading…
Reference in a new issue