On Fri, 10 Jul 2015 09:16:01 +0100 Neil Bothwick <n...@digimed.co.uk> wrote:

> On Fri, 10 Jul 2015 02:36:50 +0300, Nikos Chantziaras wrote:
> 
> > > I tried it [zsh], for exactly 10 seconds. My home/end keys didn't
> > > work. This gave me the impression of an unfinished project. Why on
> > > earth would anyone release a program after 1990 that doesn't know the
> > > home/end keys? :-/  
> 
> I'd never even tried to use home/end in a shell, but you're right.
> 
> Going OT from this already OT sub-thread, I don't like using home/end, on
> destkop keyboards they are out of the way and on laptops they often
> require a double key press, so it's simple to use Ctrl-A/E to start with.
> 
> > The "Del" key doesn't work either.
> 
> It does here, but didn't on a Fedora install I recently did on a VPS. I
> copied my profile to the VPS and now Del works. I barely changed the
> default Gentoo config, but now you've mentioned home/end it will annoy
> me until I find a fix :(

bindkey '^[[7~' beginning-of-line                   # Home (xterm)
bindkey '^[[8~'  end-of-line                        # End (xterm)

Source: http://www.strcat.de/dotfiles/dot.zshbindings

Just to save you a weekend. :)

Reply via email to