You can add key bindings to do what you want:
zle -C complete complete-word complete-files
bindkey '^X\t' complete
complete-files () { compadd - $PREFIX* }
: $PREFIX
~/.zshrc .
, Ctrl - x Tab Tab. , .
, ImageMagick, , ( ) /usr/share/zsh/functions/Completion/Unix/_imagemagick ( ) , , _files, :
if (( $# )); then
_files "$@"
return
fi