Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Command completion in nslookup
- X-seq: zsh-workers 11212
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: Command completion in nslookup
- Date: Fri, 5 May 2000 15:24:22 +0000
- In-reply-to: <002301bfb6a1$b89278a0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <002301bfb6a1$b89278a0$21c9ca95@xxxxxxxxxxxxxx>
On May 5, 6:53pm, Andrej Borsenkow wrote:
} Subject: RE: Command completion in nslookup
}
} > } [...] should we change it so that we get this insert-tab-in-
} > } column-one only when the completion code is *not* about to call a
} > } completion widget?
} >
} > You can get this effect already:
} >
} > really-do-complete-word-even-in-column-one() { zle complete-word "$@" }
} > bindkey '\t' really-do-complete-word-even-in-column-one
}
} But how do I get it for nslookup only (or for any nslookup-like case)?
By temporarily switching keymaps?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author