Shift + Enter doesn't create a newline at the cursor
Closed this issue · 0 comments
scscgit commented
What happened?
As mentioned in comment
Shift + Return should add a newline on the position of the cursor. However, it doesn't. It creates a new line after the current line, and moves the cursor to that new line, but without moving the text after the cursor from the previous line to that new line.
Relevant log output or stack trace
No response
Steps to reproduce
- Type
ab
- Press left arrow key
- Press Shift-Enter (at
a|b
)
Observe text:
ab
CodeGPT version
2.11.0-241.1
Operating System
Windows