
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] Readline, editing-mode vi, and reverse-i-search
- Date: Mon, 23 Nov 2009 00:53:04 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: [tlug] Readline, editing-mode vi, and reverse-i-search
- User-agent: Mutt/1.5.18 (2008-05-17)
My .inputrc looks like this:
set editing-mode vi
set match-hidden-files off
set completion-ignore-case on
Tab: complete
However, when using bash (unlike the standard Bourne-like shells),
whether I'm in edit mode or input mode pressing Ctrl-R, instead of
refreshing the (generally misdrawn) input line I'm working on, it
instead prints "(reverse-i-search)`':" followed by the line and I end up
in an Emacs search mode.
Does anybody (Hello Stephen!) know how to make this do the "right" thing
and just reprint the current line? Note that I don't want it doing what
Ctrl-L does, which first clears the screen before reprinting the current
line.
cjs
--
Curt Sampson <cjs@example.com> +81 90 7737 2974
Functional programming in all senses of the word:
http://www.starling-software.com
Home |
Main Index |
Thread Index