Add setting to customize how the Enter key behaves in prompt input field #5554
Alek2077
started this conversation in
Feature Requests
Replies: 1 comment
-
also add current file in context like how continue.dev does would be good? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Add an option in the settings (or in a visible, easily accessible place) to switch between:
Enter = newline / Shift+Enter or Ctrl+Enter = send
Enter = send / Shift+Enter = newline (current default)
This flexibility improves ergonomics for users who write long or structured prompts and want faster multiline input without holding modifier keys. Those of us typing hundreds of words per prompt find it physically tiring to hold Shift constantly, and we occasionally send prompts by mistake when we forget.
Google AI Studio does this by default.
Why it matters:
Beta Was this translation helpful? Give feedback.
All reactions