mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
>.<recursive-edit is apparently better for *autosuggestions
This commit is contained in:
parent
3d62bc2043
commit
4b76fc0860
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ if [ "$__hsmw_hcw_call_count" -eq "1" ]; then
|
|||
zle -N backward-delete-char _zhcw_backward_delete_char
|
||||
zle -N delete-char _zhcw_delete_char
|
||||
|
||||
if zle recursive-edit -K zhcw; then
|
||||
if zle .recursive-edit -K zhcw; then
|
||||
BUFFER="${__hsmw_hcw_found[__hsmw_hcw_index]}"
|
||||
CURSOR="${#BUFFER}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue