Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: M-. should bring back last arg of prev cmd
- X-seq: zsh-users 4765
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Nick Croft <nicko@xxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: M-. should bring back last arg of prev cmd
- Date: Wed, 20 Mar 2002 16:16:16 +0000
- In-reply-to: <20020320061600.GF878@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020320061600.GF878@xxxxxxxxxxx>
On Mar 20, 5:16pm, Nick Croft wrote:
}
} [M-. is] gone, and I suspect I've overridden whatever it depended on.
Does M-x work? (Should give you an "execute: " prompt.) Do *any* of the
metafied keys work? Does ESC . do what you expect M-. to do?
The only thing that would affect M-. are `bindkey' commands. If ESC . is
working, you probably need to add `bindkey -m' to your .zshrc to enable
the meta key. If you already have a `bindkey -m' call, some later call to
`bindkey' must be turning it off again.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author