Separate Beginning of Line and Beginning of None Whitespace Character #7863
Labels
editor
Feedback for code editing, formatting, editor iterations, etc
feature
[core label]
good first issue
Issue suitable for first-time contributors
Check for existing issues
Describe the feature
Currently Zed's
editor::moveToBeginningOfLine
moves to the first none-whitespace character in the line, whileeditor::deleteToBeginningOfLine
doesn't but deletes to the true beginning of the line including indentation whitespaceThis means there is no command to delete to the first none-whitespace character. Also these two commands look similar but have different behaviours when it comes to choosing what the beginning of the line is.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: