[solved] home/end in zsh

LXTerminal is the standard terminal emulator of LXDE - http://wiki.lxde.org/en/LXTerminal
Locked
spiralofhope
Posts: 3
Joined: Mon Apr 27, 2009 7:00 am
Contact:

[solved] home/end in zsh

Post 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.
Last edited by spiralofhope on Tue Aug 11, 2009 4:34 am, edited 1 time in total.
archibald haddock
Posts: 148
Joined: Sun Jan 11, 2009 6:57 pm

Re: home/end don't work in zsh

Post by archibald haddock »

Add
bindkey "^[OH" beginning-of-line # Pos1
bindkey "^[OF" end-of-line # End
to your .zshrc.
spiralofhope
Posts: 3
Joined: Mon Apr 27, 2009 7:00 am
Contact:

Re: home/end don't work in zsh

Post by spiralofhope »

Thanks, I did learn this.. but I forgot to return to post the solution.
Locked