Is there any way to center the code view in sublime text 4 without going full screen? Distraction free mode centers the text but it removes line numbers and puts the application in full screen mode.
Asked
Active
Viewed 35 times
1 Answers
3
You can simply set the following preference to have text always centered, even when not in distraction free mode:
// Draws text centered in the window rather than left aligned
"draw_centered": true,

Keith Hall
- 15,362
- 3
- 53
- 71