larkery / zsh-histdb

A slightly better history for zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Search backward/forward

fuero opened this issue · comments

commented

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.

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.