Merge pull request #97 from partcyborg/master
Also rename `HISTORY_SUBSTRING_SEARCH_PREFIX` variable by adding "ED" suffix so that it reads more like a special mode of operation rather than an instruction to prepend a specified prefix to matched commands.
This commit is contained in:
commit
4abed97b6e
2 changed files with 13 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -141,11 +141,11 @@ default values.
|
|||
value, causes this script to perform a fuzzy search by words, matching in
|
||||
given order e.g. `ab c` will match `*ab*c*`
|
||||
|
||||
* `HISTORY_SUBSTRING_SEARCH_PREFIX` is a global variable that defines
|
||||
how the command history will be searched for your query. If set to a non-empty
|
||||
value, only history prefixed by your query will be matched. For example,
|
||||
if this variable is empty, `ls` will match `ls -l` and `echo ls`; if it is
|
||||
non-empty, `ls` will only match `ls -l`.
|
||||
* `HISTORY_SUBSTRING_SEARCH_PREFIXED` is a global variable that defines how
|
||||
the command history will be searched for your query. If set to a non-empty
|
||||
value, your query will be matched against the start of each history entry.
|
||||
For example, if this variable is empty, `ls` will match `ls -l` and `echo
|
||||
ls`; if it is non-empty, `ls` will only match `ls -l`.
|
||||
|
||||
* `HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE` is a global variable that defines
|
||||
whether all search results returned are _unique_. If set to a non-empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue