Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

History line tab-completion not working. #9

Closed
tekhnee opened this issue Jan 14, 2021 · 1 comment
Closed

History line tab-completion not working. #9

tekhnee opened this issue Jan 14, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@tekhnee
Copy link

tekhnee commented Jan 14, 2021

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
marlonrichert added a commit that referenced this issue Jan 15, 2021
@marlonrichert
Copy link
Owner

Should be fixed now.

@marlonrichert marlonrichert added the bug Something isn't working label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants