From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23588 invoked by alias); 22 May 2014 04:24:22 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18839 Received: (qmail 29705 invoked from network); 22 May 2014 04:24:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Greylist: Passed host: 79.255.32.6 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-07.arcor-online.net 3E8BE107AAA 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= X-Greylist: Passed host: 79.255.32.6 Date: Thu, 22 May 2014 06:24:12 +0200 From: Manfred Lotz To: Frank Terbeck Cc: zsh-users@zsh.org Subject: Re: bindkey problem Message-ID: <20140522062412.7f6c018b@hogwart.bsdlocal.net> In-Reply-To: <87zjia3mhq.fsf@ft.bewatermyfriend.org> References: <20140521214824.19d4feaf@hogwart.bsdlocal.net> <87zjia3mhq.fsf@ft.bewatermyfriend.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 21 May 2014 22:28:17 +0200 Frank Terbeck 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