bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot rebind Control-u


From: Chet Ramey
Subject: Re: cannot rebind Control-u
Date: Fri, 23 Jun 2006 14:48:20 -0400
User-agent: Thunderbird 1.5.0.4 (Macintosh/20060530)

pm@deltadore.com wrote:

> Bash Version: 3.1
> Patch Level: 17
> Release Status: release
> 
> Description:
>       In my $HOME/.inputrc I have the line
>       Control-u: undo
>       This used to work well with earlier versions of bash, but now,
>       the C-u key cannot be removed from the function unix-line-discard.

Readline binds the tty special characters to their readline equivalents
by default.  You can turn this off with the `bind-tty-special-chars'
readline variable.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                       Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]