when execute editor::CutToEndOfLine
action in the end of line, zed delete the entire line.
#19816
Labels
editor
Feedback for code editing, formatting, editor iterations, etc
reproducible
Verified steps to reproduce included
Summary
When execute the
editor::CutToEndOfLine
action at the end of line, it deletes the line you are on (to the left of the cursor) instead of the newline (to the right of cursor)."editor::CutToEndOfLine" is a cut operation command. It should only cut content from the cursor position to the end of the line. Not delete the entire line.
This also impacts
editor: kill ring cut
suggest:
Environment
Zed: v0.160.0 (Zed Dev ffe36c9)
OS: macOS 15.0.1
Memory: 18 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: