Eric Nielsen 1aa7d7a401 [history-substring-search] Only load terminfo feature of zsh/terminfo 6 years ago
..
external @ 933733e867 57ebe3e61f [history-substring-search] Update submodule 7 years ago
README.md 6f8be83920 Update to new repo URL 6 years ago
init.zsh 1aa7d7a401 [history-substring-search] Only load terminfo feature of zsh/terminfo 6 years ago

README.md

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