On 8/6/18 9:33 AM, Hugo Gabriel Eyherabide wrote:

> Bash Version: 4.4
> Patch Level: 18
> Release Status: release
> 
> Description:
> 
> bind -u not working for keyseq starting with \e

In the absence of a keymap argument, the `-u' option works in the current
keymap (like most of the rest of the bind options). You can get it to work
by specifying the keymap:

bind -m emacs-meta -u non-incremental-forward-search-history

assuming you're using emacs editing mode.

Chet

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

Reply via email to