Ghost_Shell
(usa Arch Linux)
Enviado em 19/02/2017 - 18:56h
nandowilliam escreveu:
Ghost_Shell escreveu:
Instalei esse zsh hoje de manha no Arch após uma vida usando bash e to aqui apanhando até agora para aprender a configurar tudo. Porque nem as teclas home end del estavam sendo reconhecidas, mas esse pormenor eu já resolvi.
Keep it simple stupid!
Ghost_Shell,
Também estou tendo esses problemas como a tecla DEL, END e HOME.
Pode passar como conseguiu resolver?
No arquivo .zshrc você cola:
# Ajustando teclas:
bindkey '^[[H' beginning-of-line # <HOME>
bindkey '^[[F' end-of-line # <END>
bindkey '^[[3~' delete-char # <DELETE>
bindkey '^[[2~' overwhite-mode # <INSERT>
bindkey '^[[5~' up-line-or-search # <PAGE UP>
bindkey '^[[6~' down-line-or-search # <PAGE DOWN>
Keep it simple stupid!