prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.28k stars 715 forks source link

How to finish input and execute the command in multiline mode on Mac? #1735

Open na-sketch opened 1 year ago

na-sketch commented 1 year ago

I tried Shift+Enter and CTRL+D and they both don't work.

na-sketch commented 1 year ago

I find that I can use esc + enter, but can I bind that to command or control + enter?