I really like this plugin!
I'm not very trouble, but I found that history-beginning-search is not working.
Steps to reproduce the behavior:
# *Always* test with the following three steps:
$ cd "$(mktemp -d)" # Create a temp dir and enter it
$ ZDOTDIR=$PWD HOME=$PWD zsh -df # Start a subshell without config files
% source path/to/zsh-autocomplete.plugin.zsh
% zle -N history-beginning-search-backward-end history-search-end
% zle -N history-beginning-search-forward-end history-search-end
% bindkey '^P' history-beginning-search-backward-end
% bindkey '^N' history-beginning-search-forward-end
% ls /
% ls /home
% ls /tmp
% ls #type <C-p>
history-beginning-search can work.
No history search.
Thanks for reporting! I鈥檒l investigate.
@yutakatay I pushed in a fix on the dev branch. Can you try it out, please?
Great! It worked. Thank you :+1: