Skip to content

feat(diff): add option to minimize empty left pane for new files#186

Open
nolleh wants to merge 1 commit intocoder:mainfrom
nolleh:feat/minimize-empty-diff-pane
Open

feat(diff): add option to minimize empty left pane for new files#186
nolleh wants to merge 1 commit intocoder:mainfrom
nolleh:feat/minimize-empty-diff-pane

Conversation

@nolleh
Copy link

@nolleh nolleh commented Feb 3, 2026

Add minimize_empty_diff_pane option to diff_opts that reduces the width of the empty left pane when diffing new files. This keeps diff highlighting while maximizing screen space for the actual proposed content.

The left pane is set to a minimal width of 8 columns (enough for line numbers and diff signs) when this option is enabled.

Add `minimize_empty_diff_pane` option to diff_opts that reduces the width
of the empty left pane when diffing new files. This keeps diff highlighting
while maximizing screen space for the actual proposed content.

The left pane is set to a minimal width of 8 columns (enough for line
numbers and diff signs) when this option is enabled.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant