add history-substring-search documentation
This commit is contained in:
parent
02fbd3d582
commit
434232b5c6
1 changed files with 17 additions and 0 deletions
17
modules/history-substring-search/README.md
Normal file
17
modules/history-substring-search/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
History-Substring-Search
|
||||
========================
|
||||
|
||||
Allows for fish-shell-like searching of history with UP and DOWN.
|
||||
|
||||
The options set explicitly by init.zsh are the default options, and are only set for consistancy.
|
||||
|
||||
![example][fish_shell]
|
||||
|
||||
Functionality is sourced from [history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
Contributions should be submitted [upstream to history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)
|
||||
|
||||
[fish_shell]: http://i.eriner.me/zim_history-substring-search.gif
|
Loading…
Reference in a new issue