-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Allow simple cmd + enter to submit message instead of long prompts #16111
Description
What variant of Codex are you using?
App
What feature would you like to see?
- Either replace the "cmd + enter to send long prompts" with "cmd + enter to submit prompt"
- Or, add a new option
Additional information
I can see the thought behind this feature, but in my opinion it doesn't really solve the problem.
The main point of allowing cmd+enter to submit is so that people can freely edit their message without worrying about accidentally sending it, because people are used to doing "enter" for a new line.
By doing a contextual option, you're not removing mental load you're adding it, because now i need to think "am i on a new line?", "can i freely press enter now?"
The people that like sending long prompts will just use the cmd+enter options and the rest won't, I don't see the need of trying to mix the two.
This is especially useful during pre-coding brainstorming sessions where I use the AI to ask me a bunch of questions about my proposed implementation to come up with a final decision. I'm sure I'm not the only one that does this.