mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-10 06:14:12 +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.
|
||||
|
||||
# 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
|
||||
- `^` – 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
|
||||
|
|
Loading…
Reference in a new issue