Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in user guide
- X-seq: zsh-workers 28765
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: cheer_xiao <xiaqqaix@xxxxxxxxx>
- Subject: Re: Bug in user guide
- Date: Wed, 16 Feb 2011 14:46:50 +0100
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=VXrclLXfjDy9CiLsa37kqSDM+nwxDl9tfx27CAerJFo=; b=X8ggc1/PZCVPC34Fi0Qpn0oawZjP4hleWUcuOMXBLq94VFt0jwW3HBcxIA806sLJxa xh6fOUqHpw2JE3ZiHVfmvrQibhK1PtNp6W8Aa0rkB8X6wiP/aGmjejEIbvc0oQ41rLDq INVJ2zTQTjFVbuydqOkZnvtE4qz2dMb0BCZjs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=J1hyTBaKAo5Q5Dr6LHztPPEf0JVaJVQiSp1/OcM0AayA25eLXPau6/GHpt5QoQtw60 xEP51L0grdu3wXytsqwbr5m9vOyNZVrVE0XRVWhpRGQ8d7B/knqt/ysZdW6lY3iCndud DTUYzFbbNpNyBcUBZDZAfnoCejVA39GPoHIPY=
- In-reply-to: <AANLkTi=gT5Nq18+onqt0riEXHYpZZXQZmp=5_0tu_Krb@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTi=Nm7OZD3ku_6VF5V6zpUmqCvMc2if0Yu09P9nS@mail.gmail.com> <AANLkTimBbAwf-Cfa_Ki9NX-0_-gsO=51rX601xF8VqQ1@mail.gmail.com> <87ei7h2z52.fsf@ft.bewatermyfriend.org> <AANLkTinUgfiZkE0GkHt6L=ccbpXxBhFhZphOua=z3Si9@mail.gmail.com> <110210070431.ZM30121@torch.brasslantern.com> <AANLkTikVR6G_HmiVMBekp_mBXt9ebmZ4sgnDujzq_uLT@mail.gmail.com> <AANLkTi=H3yfiHFNp5iX+Zix5m6c4TuCHtn98iRVjDoX0@mail.gmail.com> <20110215113720.67785fdb@pwslap01u.europe.root.pri> <AANLkTi=gT5Nq18+onqt0riEXHYpZZXQZmp=5_0tu_Krb@mail.gmail.com>
On 16 February 2011 14:33, cheer_xiao <xiaqqaix@xxxxxxxxx> wrote:
> 6.4.1 of User Guide (http://zsh.sourceforge.net/Guide/zshguide06.html#l154) said
>
> There's an easy way of finding out what context you are in: at the
> point where you want to complete something, instead type `^Xh', and it
> will tell you.
>
> But it doesn't work here on my box. Nor was I able to find a
> pre-binded keystroke to perform this action. (I tried keybind | egrep
> '(context|completion)' .) Any hints?
Note that ^Xh means ctrl-x h, not ctrl-x ctrl-h, that would be ^X^H.
And you want bindkey | grep complete
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author