This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/modules/history-substring-search
2016-03-27 18:47:43 -04:00
..
external@f5c164d4c3 [substring-search] update submodule 2016-03-27 18:47:43 -04:00
init.zsh use consistent variable style 2015-12-19 09:48:29 -05:00
README.md update i.eriner.me links to https 2015-12-17 11:04:01 -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