> For me it is:
> 
> aterm
> [8~ end
> [7~ home
> 
> eterm
> [8~ end
> [7~ home
> 
> Is it necessary to map those to the right keys for the
> particular terminal?

Yes, /etc/zsh/zshrc is using terminfo to do this.

Do you get the following output in aterm and eterm?

% bindkey | grep '\[[78]~' 
"^[[7~" beginning-of-line
"^[[8~" end-of-line

Reply via email to