Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bindkey problem
- X-seq: zsh-users 18840
- From: Manfred Lotz <manfred.lotz@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: bindkey problem
- Date: Thu, 22 May 2014 06:25:30 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1400732731; bh=PhOOzW6EnFeRjmgBfyhDr1N+69iOWThAA0nsaNUNqVo=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:MIME-Version:Content-Type:Content-Transfer-Encoding; b=QjK74uqX8+oCNQWCIB+hpaAbq9H8nx1Tw0D/gmC07piqqDoG/RAHYidyMmqEVBZM8q9CjaWbmruvroLeR02ABMeE64aRyfHD1NV6P1wPqvzeZXioDvAt3jBOVexVFcr+SiA0YOKmPJWPAru2Fg2thm7hIo2pj47LsVyo80Iy1pc=
- In-reply-to: <CAELbujruX=TaA0MkXdRuT4sSCCqKdp3QEqYRSWbHi5TEndJVpw@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20140521214824.19d4feaf@hogwart.bsdlocal.net> <87zjia3mhq.fsf@ft.bewatermyfriend.org> <CAELbujruX=TaA0MkXdRuT4sSCCqKdp3QEqYRSWbHi5TEndJVpw@mail.gmail.com>
On Wed, 21 May 2014 18:51:57 -0700
Micah Elliott <mde@xxxxxxxxxxxxxxxx> wrote:
> You might also need to do this:
>
> stty stop ''
> stty start ''
> stty -ixon
> stty -ixoff
>
> (from https://coderwall.com/p/ltiqsq)
>
> But maybe that's what no_flow_control is effectively doing.
>
Yes, probably as no_flow_control was sufficient to turn it off. No additional stty
commands required.
--
Thanks, Manfred
Messages sorted by:
Reverse Date,
Date,
Thread,
Author