Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14446 > unrolled thread

Re: Rebinding forward-search-history causes lost of incremental behaviour

Started byChet Ramey <chet.ramey@case.edu>
First post2018-08-06 09:48 -0400
Last post2018-08-06 09:48 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Rebinding forward-search-history causes lost of incremental behaviour Chet Ramey <chet.ramey@case.edu> - 2018-08-06 09:48 -0400

#14446 — Re: Rebinding forward-search-history causes lost of incremental behaviour

FromChet Ramey <chet.ramey@case.edu>
Date2018-08-06 09:48 -0400
SubjectRe: Rebinding forward-search-history causes lost of incremental behaviour
Message-ID<mailman.4746.1533563323.1292.bug-bash@gnu.org>
On 8/6/18 9:37 AM, Hugo Gabriel Eyherabide wrote:

> Bash Version: 4.4
> Patch Level: 18
> Release Status: release
> 
> Description:
> 
> Rebinding forward-search-history through
> bind '"\er": forward-search-history'
> does trigger the function, but not incrementally as \C-s does (when pressed
> repeatedly).

Because ESC (\e) is still one of the characters that terminates an
incremental search. The ESC terminates the search, but if you're quick
enough with the r, it will be pushed and prefix a new key sequence.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web