j178 / chatgpt

An elegant interactive CLI for ChatGPT
694 stars 52 forks source link

How to write multi line prompts in conversation mode? #31

Closed Kalhama closed 1 year ago

Kalhama commented 1 year ago

How to write multi line prompts in conversation mode?

shift+enter, cmd+enter etc... seem all to just send the prompt unfinished.

j178 commented 1 year ago

You should use ctrl+t to switch to multi-line mode. In this mode, you can use the Enter key to insert a new line, and ctrl+d to submit. You can access help using ctrl+h.