Enable 8th bit as Meta in zsh without a warning

Posted by Bostonvaulter on Server Fault See other posts from Server Fault or by Bostonvaulter
Published on 2009-09-27T10:40:43Z Indexed on 2012/03/24 23:31 UTC
Read the original article Hit count: 201

Filed under:

In my quest to configure my shell to work exactly how I want it with respect to the alt/meta key I am having some trouble. Recently I added "bindkey -m" to my .zshrc and now whenever I start a zsh shell (ie open a terminal window) I get this error "warning: `bindkey -m' disables multibyte support".

Now since I don't care much about multibyte support atm, is there a way I can disable just this warning? Even better would be a way to use 8th-bit meta as well as multibyte. Also note that this happens on a clean zsh install on 4.3.9 and 4.3.10

My reasoning for wanting bindkey -m

vim: alt mappings (my own personal commands/mappings) zsh: alt mappings (such as Alt-. to recall the last argument of the previous command) emacs: alt mappings (lots of built-ins) So, is there any way to disable this warning or otherwise accomplish what I'm trying to do?

© Server Fault or respective owner

Related posts about shell