Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bindkey problem
- X-seq: zsh-users 18836
- From: Manfred Lotz <manfred.lotz@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: bindkey problem
- Date: Wed, 21 May 2014 21:48:24 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1400701705; bh=EF+KzRweACu+pfKl3zg6woWrxrWeQ2LMcTBvBVeMt/E=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding; b=K+LGH6y5PLjV56+GP77oN+1rcxrLs7MUrtfeqeyr9DhOsuSl/cjFLJLtiZk7E+I8U nM5MhPM+YqutbWC2YTonwwv4WCcXn+K/dqeY2QsyXp92N4AZHXFTax9ah15TdEeTcY 10IbEbItF1z3qSsyJoyzk+TJlryVdW0CUyVy74qg=
- 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
Hi there,
If I do
bindkey '^f' history-incremental-pattern-search-forward
then Ctrl-f does what is expected.
If I do
bindkey '^s' history-incremental-pattern-search-forward
then Ctrl-s does nothing.
What is my mistake?
--
Manfred
Messages sorted by:
Reverse Date,
Date,
Thread,
Author