From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8907 invoked by alias); 21 May 2014 20:28:12 -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: 18837 Received: (qmail 10478 invoked from network); 21 May 2014 20:28:05 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 From: Frank Terbeck To: Manfred Lotz Cc: zsh-users@zsh.org Subject: Re: bindkey problem In-Reply-To: <20140521214824.19d4feaf@hogwart.bsdlocal.net> (Manfred Lotz's message of "Wed, 21 May 2014 21:48:24 +0200") References: <20140521214824.19d4feaf@hogwart.bsdlocal.net> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Date: Wed, 21 May 2014 22:28:17 +0200 Message-ID: <87zjia3mhq.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: NDMwNDQ0 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: setopt no_flow_control Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925