Search code examples
sublimetext4

Sublime Text 4 Center View


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.


Solution

  • 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,