1
0
Fork 0
mirror of synced 2024-06-16 05:41:09 -04:00
zimfw/modules/history-substring-search
Eric Nielsen 1aa7d7a401 [history-substring-search] Only load terminfo feature of zsh/terminfo
like we did for the input module in 7861145, and to make modules
independent of each other, as discussed in #261.
2018-04-24 09:04:44 -05:00
..
external@933733e867 [history-substring-search] Update submodule 2017-06-08 09:57:44 -05:00
init.zsh [history-substring-search] Only load terminfo feature of zsh/terminfo 2018-04-24 09:04:44 -05:00
README.md Update to new repo URL 2018-01-03 10:30:12 -05:00

History-Substring-Search

Allows for fish shell-like searching of history with UP and DOWN.

example

This module requires the input 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, 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

Contributing

Contributions should be submitted upstream to history-substring-search