vote up 0 vote down star

I'm using python 2.5 in windows on a macbook pro with IDLE. How do I get previously typed commands in the python shell? In other operating systems I've managed to do this using 'ctrl' + 'up arrow' or a similar combination. I've tried all likely combinations without success.

Thanks.

flag

80% accept rate

2 Answers

vote up 0 vote down

check if there is 'ipython' available on windows .. that offers line history, tab completion and many other nice features

link|flag
vote up 0 vote down check

I just realized that I can find this out in 'Options -> Configure IDLE -> Keys'

It's 'alt + p' for IDLE. Thanks for the suggestion pfote - I will take a look.

link|flag
Alt+p is the default; you can bind any key (or key combination) you like in the "keys" configuration pane. Also, repeatedly pressing Alt+p will go further back in the command history; Alt+n can then be used to go forward. – taleinat Dec 5 at 2:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.