[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble with 'o' in bash
From: |
Chet Ramey |
Subject: |
Re: Trouble with 'o' in bash |
Date: |
Fri, 27 Nov 2009 15:31:01 -0500 |
User-agent: |
Thunderbird 2.0.0.23 (Macintosh/20090812) |
Joyce Cheng wrote:
> Hi all,
>
> I am experiencing trouble with the character 'o' in bash-4.0 after a
> recompilation. It refuses to show up both when I type it, and when I
> paste in something with o's. However, I am able to get some o's with the
> completion feature of Bash.
>
> I know for a fact that the key itself is not malfunctioning, as it
> works fine in vim. I've tried recompiling it several times, even with a
> new readline, but to no avril.
You've probably rebound `o' to something besides `self-insert'. Run
`bind -p' and see what it reports for `o'.
When you want to rebind it, you'll probably be able to insert it by
preceding it with control-V, the default binding for `literal-next'.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/