Replies: 1 comment 1 reply
-
|
The inconsistency between Shift+Enter in standard text editors and Ctrl+J in the CLI is worth addressing. Most developers expect that convention to be portable. Before implementation, it might be helpful to understand if this needs to work across different terminal emulators or if there are cases where Ctrl+J is preferred for accessibility reasons. Have you tested this with different terminal environments to understand the scope of the change? It could reveal whether platform-specific handling is needed or if one approach works consistently. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
"Shift + Enter" seems to be the default behaviour for new line in text editors. so can we have similar in CLI as well?
currently "Ctrl + J" works which feels weird.
more context #12129
Beta Was this translation helpful? Give feedback.
All reactions