mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
Updated README.md
This commit is contained in:
parent
76de528ef3
commit
7b6dc6a27c
1 changed files with 6 additions and 0 deletions
|
@ -125,6 +125,12 @@ HSMW_HIGHLIGHT_STYLES[single-hyphen-option]="fg=cyan"
|
|||
HSMW_HIGHLIGHT_STYLES[double-hyphen-option]="fg=cyan"
|
||||
```
|
||||
|
||||
Following code will use 256 colors to highlight command separators (like ";" or "&&"):
|
||||
|
||||
```zsh
|
||||
HSMW_HIGHLIGHT_STYLES[commandseparator]="fg=241,bg=17"
|
||||
```
|
||||
|
||||
## IRC Channel
|
||||
|
||||
Channel `#zplugin@freenode` is a support place for all author's projects. Connect to:
|
||||
|
|
Loading…
Reference in a new issue