zsh-history-substring-search

Zsh plugin enabling Fish-like history substring search

brewmacoslinux
Try with needOr install directly
Source

About

Zsh port of Fish shell's history search

Commands

zsh-history-substring-search

Examples

Search history by typing a substring and pressing up/down arrows$ source /usr/local/share/zsh-history-substring-search/zsh-history-substring-search.zsh && bindkey '^[[A' history-substring-search-up && bindkey '^[[B' history-substring-search-down
Add to .zshrc for persistent history substring search functionality$ echo 'source /usr/local/share/zsh-history-substring-search/zsh-history-substring-search.zsh' >> ~/.zshrc
Search for commands starting with 'git' by typing 'git' and pressing up arrow$ git<up-arrow>