zimfw/modules/history-substring-search/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

History-Substring-Search
========================
2015-12-16 17:49:36 -05:00
Allows for fish shell-like searching of history with UP and DOWN.
![example][fish_shell]
This module requires the [input](https://github.com/zimfw/zimfw/blob/master/modules/input/README.md) module. Without it, you may experience odd behavior.
Put 'input' in the first line and 'history-substring-search' on the second line of `zmodules` in your `.zimrc`.
Additionally, if you use [syntax-highlighting](https://github.com/zimfw/zimfw/blob/master/modules/syntax-highlighting/README.md), place 'syntax-highlighting' before 'history-substring-search' on the second line of `zmodules` in your `.zimrc`.
The options set explicitly by init.zsh are the default options, and are only set for consistancy.
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)
2015-12-17 11:04:01 -05:00
[fish_shell]: https://i.eriner.me/zim_history-substring-search.gif