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

Re: bindkey problem



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



Messages sorted by: Reverse Date, Date, Thread, Author