On 2022-09-26 17:30, Bart Schaefer wrote:
You are using zsh in MULTIBYTE mode to support modern character sets (for
languages other than English).  To use the Meta or Alt keys, you probably
need to revert to single-byte mode with a command such as
     unsetopt MULTIBYTE
(then more questions follow)