2018-05-14 20:09:11 -04:00
|
|
|
history-substring-search
|
2015-12-15 02:35:44 -05:00
|
|
|
========================
|
|
|
|
|
2018-05-14 20:09:11 -04:00
|
|
|
Allows for fish-like searching of history with UP and DOWN.
|
2015-12-15 02:35:44 -05:00
|
|
|
|
2018-05-14 20:09:11 -04:00
|
|
|
![example][example]
|
2015-12-15 02:35:44 -05:00
|
|
|
|
2018-05-14 20:09:11 -04:00
|
|
|
If you use
|
|
|
|
[syntax-highlighting](https://github.com/zimfw/zimfw/tree/master/modules/syntax-highlighting),
|
|
|
|
make sure you place 'syntax-highlighting' before 'history-substring-search' on
|
|
|
|
the second line of `zmodules` in your `.zimrc`.
|
2015-12-15 02:35:44 -05:00
|
|
|
|
|
|
|
Contributing
|
|
|
|
------------
|
|
|
|
|
2018-05-14 20:09:11 -04:00
|
|
|
Contributions should be submitted [upstream to
|
|
|
|
zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search).
|
2015-12-15 02:35:44 -05:00
|
|
|
|
2018-05-14 20:09:11 -04:00
|
|
|
[example]: https://i.eriner.me/zim_history-substring-search.gif
|