andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

How do I exit help inside Python Interpreter pane? #444

Open vi opened 6 years ago

vi commented 6 years ago

I finish something with ? and see the function signature and help.

But how do I go back to REPL?

vi commented 6 years ago

Self-answer: q, not Esc and not Ctrl+C.