[IPython-user] operate-and-get-next
Sandro Dentella
sandro@e-den...
Sat May 26 03:21:33 CDT 2007
Hi,
I'm trying to activare operate-and-get-nextas in the bash with (C-o), by
substituting in ipythonrc:
#readline_parse_and_bind "\C-o": tab-insert
readline_parse_and_bind "\C-o": operate-and-get-next
but what happens is that C-o changes from inserting a Tab to going at the
beginning of the line, not issuing operate-and-get-next.
Any hints on how to get it done?
[I'm using ipython 0.7.1 on debian sarge with and python 2.4]
thanks in advance
sandro
*:-)
>From the bash manual the descruption of this really handy function:
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.
More information about the IPython-user
mailing list