Skip to content

feat: unindent on backspace within leading whitespace#792

Open
kx0101 wants to merge 1 commit intomicrosoft:mainfrom
kx0101:fix/hungry-backspace
Open

feat: unindent on backspace within leading whitespace#792
kx0101 wants to merge 1 commit intomicrosoft:mainfrom
kx0101:fix/hungry-backspace

Conversation

@kx0101
Copy link
Copy Markdown
Member

@kx0101 kx0101 commented Apr 3, 2026

Problem

pressing Backspace in leading whitespace only deletes one character. You end up pressing it multiple times just to unindent a line

Closes #84

Solution

If the cursor is in leading whitespace, Backspace now jumps to the previous indent stop instead of deleting one char. Normal behavior everywhere else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unindent when backspacing at the start of an indentation

1 participant