-1

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.

Lead Vaxeral
  • 138
  • 1
  • 1
  • 9

1 Answers1

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