diff --git a/modules/editor/init.zsh b/modules/editor/init.zsh index 99799601..40c0d46c 100644 --- a/modules/editor/init.zsh +++ b/modules/editor/init.zsh @@ -174,7 +174,7 @@ function expand-or-complete-with-indicator { local indicator zstyle -s ':omz:module:editor' completing 'indicator' print -Pn "$indicator" - zle expand-or-complete-prefix + zle expand-or-complete zle redisplay } zle -N expand-or-complete-with-indicator