mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-24 12:23:08 +00:00
README.md
This commit is contained in:
parent
f99f954fe4
commit
f4efe71dbf
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ needs to be set to 1 for correct cooperation with HSMW. Or, you could use `zle
|
||||||
overloaded (by F-Sy-H, zsh-autosuggestsions, etc.) `reset-prompt` widget.
|
overloaded (by F-Sy-H, zsh-autosuggestsions, etc.) `reset-prompt` widget.
|
||||||
|
|
||||||
# News
|
# News
|
||||||
|
* 14-07-2020
|
||||||
|
- If an `[…]` string will occur in the search query, it'll be interpreted as
|
||||||
|
pattern. So that it's possible to enter as the search query e.g.: `print
|
||||||
|
["a-zA-Z0-9_-]` or `print [^[:alpha:]]`, etc.
|
||||||
|
|
||||||
* 28-10-2019
|
* 28-10-2019
|
||||||
- `^` – if first – matches beginning of the command's string, $ – if last –
|
- `^` – if first – matches beginning of the command's string, $ – if last –
|
||||||
its end. So that it's possible to enter `'^ls'` and have only commands
|
its end. So that it's possible to enter `'^ls'` and have only commands
|
||||||
|
|
Loading…
Reference in a new issue