larkery / zsh-histdb

A slightly better history for zsh
MIT License
1.27k stars 75 forks source link

Feature request: Search backward/forward #56

Closed fuero closed 4 years ago

fuero commented 5 years ago

I'm using these ZSH widgets for history search:

bindkey "^[[5~" history-beginning-search-backward # page up bindkey "^[[6~" history-beginning-search-forward # page down

I'd like to use zsh-histdb the same way.

larkery commented 4 years ago

I don't do feature requests (zsh-histdb exists primarily to help me with my needs) but will look at a pull request implementing the relevant widgets.