Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: bindkey problem



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