Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Weird Vi-mode behavior
- X-seq: zsh-workers 25997
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Matthieu Louvel de Monceaux" <glory69@xxxxxxxxx>
- Subject: Re: Weird Vi-mode behavior
- Date: Mon, 3 Nov 2008 18:38:39 +0100
- Cc: "Stephane Chazelas" <Stephane_Chazelas@xxxxxxxx>, zsh-workers@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Sli66HTycdU4EcuL9eQ2fWlBuTrHAhOhYBp8T+tSSFA=; b=ArM3jY8OEMASCEoUhOUzDGROGzWpm3aJtnSAPNG1U99siS3euHNJQMPD/dc4yr7d5C B5s3bFsNDYQp4eGCZFnm5OS3ncwtIbNWLAl/PerP4JDk9Phq5o/8Z51roAf0vfOlmdu5 k9jMbEz/pmWrrNd5clJkxaipiiwP3iqBs4Uw8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=W6o33LnDGQtFjWNTl5FXd7wR/c3Y+FI5pkboWbyujyCEoV/O9YBY6VCPlxYYpbKaog dyiFPL9a76iMjZZg1V5/QqJjwncMQ2xigzg3rrRwBEXFPbvs9Yej80Fe1lh60j0ONu5Y T8wIMnraORrDV5OZR9imuqI2rcQKuDBvGb+8s=
- In-reply-to: <490F3638.4000706@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <490EED78.8010802@xxxxxxxxx> <200811031237.mA3Cb2VS013961@xxxxxxxxxxxxxx> <20081103125609.GA4855@xxxxxxxxxxxxxxx> <490F3638.4000706@xxxxxxxxx>
2008/11/3 Matthieu Louvel de Monceaux <glory69@xxxxxxxxx>:
> Thank you for your nice piece of information.
> You want me to put those bindings in my zshrc file ?
>
> But i don't understand that :
>
> (($+terminfo[kdch1])) &&
>
> You said that it maps delete-char to the char sent by the delete key.
> Is it the role of the '&&' ?
a && b is like if a; then b; fi, but shorter, and only works if b is a
single statement (or is in {}, but then you're better off with an if
probably).
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author