Opened 15 years ago
Last modified 12 years ago
#93 new enhancement
Command history search
Reported by: | rma@MIT.EDU | Owned by: | nelhage@mit.edu |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui | Keywords: | |
Cc: |
Description
Entering some text into the command window and pressing the up arrow key should recall the last command that started with the text you entered rather than just the last command.
Change History (3)
comment:1 Changed 15 years ago by broder@MIT.EDU
comment:2 Changed 15 years ago by nelhage@mit.edu
- Summary changed from Pattern-match command history to Command history search
comment:3 Changed 12 years ago by adehnert@mit.edu
- Component changed from internals to ui
Note: See
TracTickets for help on using
tickets.
Hmm...while I realize that BarnOwl is not actually readline based, I expect pretty much all of my applications with command-line history to act like readline. This behavior definitely isn't what readline does, and I'd find it confusing for that reason.
However, I'd be totally in favor of C-r working as a reverse history search keystroke.
It would be convenient if you could do this sort of configuration from Perl-space, though. Is the command history exposed in Perl after the Great Editwin Rewrite Of Kcr?