zimfw/modules/history-substring-search
Eric Nielsen df672688de [history-substring-search] Fix bindkey back to what works
Just binding ^[[A/^[[B does not work for some terminals, while not
binding them breaks zle widgets on other terminals. That's how crazy it
can get  :- (

Fixes #293. Fixes #295.
2018-09-17 15:32:44 -05:00
..
external@933733e867 [history-substring-search] Update submodule 2017-06-08 09:57:44 -05:00
README.md Update module README.md 2018-05-14 19:09:11 -05:00
init.zsh [history-substring-search] Fix bindkey back to what works 2018-09-17 15:32:44 -05:00

README.md

history-substring-search

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

example

If you use syntax-highlighting, make sure you place 'syntax-highlighting' before 'history-substring-search' on the second line of zmodules in your .zimrc.

Contributing

Contributions should be submitted upstream to zsh-history-substring-search.