Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bindkey problem
- X-seq: zsh-users 18839
- From: Manfred Lotz <manfred.lotz@xxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: bindkey problem
- Date: Thu, 22 May 2014 06:24:12 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1400732654; bh=/pVjdYza2Ogztz4HehhKDoERLntpLNe4zt76x9P7MvY=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding; b=MH7+4mlok8+L8s1bUDJODRGbG1stDARMOojnBh3B9q/ztGvTPMkS05tf/FcIHIGkB tDf0b21zpQ5t2+0X/WdyLsiaB9ymGqvdfIy9lyeWAYOK0sRZuUUiRTALL/M3yqPad4 Wj1+KQnEIR9/J135buYLhgkFV9mnDOL/wnrkSAOw=
- In-reply-to: <87zjia3mhq.fsf@ft.bewatermyfriend.org>
- 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>
On Wed, 21 May 2014 22:28:17 +0200
Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> wrote:
> Manfred Lotz wrote:
> [...]
> > If I do
> > bindkey '^s' history-incremental-pattern-search-forward
> > then Ctrl-s does nothing.
>
> C-s and C-q are used for controlling inband flow-control of the
> terminal you run zsh in. You can do this to make zsh turn it off:
>
As I never used flow control I wasn't aware of it.
> setopt no_flow_control
>
Yep, that does it nicely.
--
Thanks, Manfred
Messages sorted by:
Reverse Date,
Date,
Thread,
Author