Search code examples
idephpstormjetbrains-ide

How to change left border width in Zen Mode PhpStorm?


I started using the PhpStorm IDE.

I found the perfect mode for coding called Zen Mode. But I have one point to make about this. Its left border is so wide. How can I change this?

PrtSc of Zen Mode.


Solution

  • In Zen / Distraction Free mode the code is kind of centred (hence that big gap on the left: it gets bigger on a wider screen). It is by design. You may want to use Full Screen mode instead. https://www.jetbrains.com/help/phpstorm/2021.1/ide-viewing-modes.html

    You may also want to check these links for some tips on how to customize your IDE:


    Regarding the editor gutter width in general: see IDEA-148002 and check the comments and linked tickets there.