mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2025-02-16 19:18:24 +00:00
Updated README.md
This commit is contained in:
parent
607dc2a73a
commit
3dec932aa9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ zstyle ":plugin:history-search-multi-word" synhl "yes" # Whether
|
||||||
Syntax highlighting is customized via `HSMW_HIGHLIGHT_STYLES` associative array.
|
Syntax highlighting is customized via `HSMW_HIGHLIGHT_STYLES` associative array.
|
||||||
It has keys like `reserved-word`, `alias`, `command`, `path`, which are assigned
|
It has keys like `reserved-word`, `alias`, `command`, `path`, which are assigned
|
||||||
with strings like `fg=blue,bold`, to configure how given elements are to be
|
with strings like `fg=blue,bold`, to configure how given elements are to be
|
||||||
colored. If you assign this array you will change the defaults. Complete list
|
colored. If you assign this array before loading `hsmw` you will change the defaults. Complete list
|
||||||
of available keys is [at the beginning](https://github.com/psprint/history-search-multi-word/blob/master/hsmw-highlight#L34-L62)
|
of available keys is [at the beginning](https://github.com/psprint/history-search-multi-word/blob/master/hsmw-highlight#L34-L62)
|
||||||
of `hsmw-highlight` file.
|
of `hsmw-highlight` file.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue