Skip to content

ui: implement numberwidth option#1345

Open
rnpnr wants to merge 1 commit intomartanne:masterfrom
rnpnr:numberwidth
Open

ui: implement numberwidth option#1345
rnpnr wants to merge 1 commit intomartanne:masterfrom
rnpnr:numberwidth

Conversation

@rnpnr
Copy link
Copy Markdown
Collaborator

@rnpnr rnpnr commented May 2, 2026

This is an option from vim which is quite nice for preventing the source from shifting when you jump across power of 10 line count boundaries. Unlike the implementation in vim we don't clamp the user provided value to 20 because that seems very arbitrary.

closes: #1261

This is an option from vim which is quite nice for preventing the
source from shifting when you jump across power of 10 line count
boundaries. Unlike the implementation in vim we don't clamp the
user provided value to 20 because that seems very arbitrary.

closes: martanne#1261
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.

[Feature Request]: implement 'numberwidth' option from Vim

1 participant