Page 1 of 1

[solved] home/end in zsh

Posted: Mon Apr 27, 2009 7:42 am
by spiralofhope
With Terminal+zsh, home/end won't work. No output is given.

Home/end works as expected in Terminal+bash, xterm+zsh, xterm+bash.

I'm not sure how to troubleshoot this.

Re: home/end don't work in zsh

Posted: Mon Aug 10, 2009 11:08 pm
by archibald haddock
Add
bindkey "^[OH" beginning-of-line # Pos1
bindkey "^[OF" end-of-line # End
to your .zshrc.

Re: home/end don't work in zsh

Posted: Tue Aug 11, 2009 4:33 am
by spiralofhope
Thanks, I did learn this.. but I forgot to return to post the solution.