Is it possible to create a multi-line prompt within cursor-cli? If not, then I’ll submit a feature request, I just want to check I’m not doing it wrong first. I’ve tried enter, shift+enter, ctrl+enter, cmd/alt+enter. All except for the last one just send the prompt. The last one breaks the prompt box UI. Pasting a multi-line prompt into the prompt box works fine - multi-line structure is preserved and can be edited. I’m on Ubuntu.
1 Like
would be cool. also tried add \ and then enter for new line and that does not work either
Hey thanks for the question. Unfortunately it’s not supported yet, but you can try the Vim-like way with Ctrl + J for multi-line input.
This ( \ + Enter ) now seems to work.