marlonrichert / zsh-hist

📝 Edit your Zsh history from the command line.
MIT License
148 stars 13 forks source link

History line autocompletion not working. #8

Closed tekhnee closed 3 years ago

tekhnee commented 3 years ago

Typing hist d - + tab I would expect to see a menu with history lines available for deletion (prefixed by their number). Unfortunately, though, the tab key does nothing.

I have confirmed that my history is not empty (in fact, running hist d 3 successfully deletes its third line).

Curiously, this works as expected in conjunction with zsh-autocomplete.

Relevant .zshrc excerpt follows. Many thanks!

znap source "marlonrichert/zsh-hist"
bindkey "^[z" undo
bindkey "^[p" push-line-or-edit
bindkey "^[g" get-line
setopt histfcntllock histignorealldups histsavenodups sharehistory hist_verify hist_reduce_blanks
tekhnee commented 3 years ago

(Inadvertently posted twice. Please disregard this duplicate issue.)