[rescue] IRIX home/end keys
Mike Meredith
mike at blackhairy.demon.co.uk
Sat Feb 28 05:27:29 CST 2004
On Fri, 27 Feb 2004 16:15:31 -0500 (EST), Kevin wrote:
> What file do i need to edit in order to make the home/end keys
> work properly under the IRIX shell (or aterm)?
I'm not sure how to do it with IRIX's ksh as I prefer zsh, but with that
the following commands do the job :-
bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line
This won't work with winterm, but I did test it with aterm. And of
course it will only work for the shell itself. As to what files to
edit ... ~/.zshrc will do for zsh.
More information about the rescue
mailing list