Archives

Categories

Configurar zsh para que reconozca el Numpad

zsh does not do the mapping automatically, but you can use bindkey to do the mapping on your own. I have the following in my ~/.zshrc to get the keypad working: bindkey -s in-string out-string binds in-string to out-string. If in-string is typed out-string is pushed back and treated as input. The actual Read more ›