|
From: Juergen W. <wie...@fr...> - 2007-06-06 05:36:00
|
> The C-p, C-n, C-r appear to be standard GNU readline, not C-o. > Perhaps you need to setup this binding in an inputrc file? I think so. > > http://tiswww.case.edu/php/chet/readline/readline.html#SEC9 > > I'm still not sure what type of command this is. Is there are > listing of sorts in the above readline documentation of command > types? If so, does something match what you are speaking of? man bash: operate-and-get-next (C-o) Accept the current line for execution and fetch the next line relative to the current line from the history for editing. Any argument is ignored. Seems to be implemented specially for the bash. I don't know how much effort this would be. I just like it very much. Juergen |