krzysztofzuraw / writer-mode

Distraction free plain text editing in VSCode.
https://marketplace.visualstudio.com/items?itemName=noaal.writer-mode#overview
MIT License
9 stars 1 forks source link

Ability to disable full screen (or limit to FancyZone) #44

Closed gtirloni closed 3 months ago

gtirloni commented 3 months ago

With a very large vertical monitor (e.g. 2550x2880p), full screen requires writer to tilt head and look up to see the beginning of the file.

It's common to use the half bottom of the screen (or limit the window to a FancyZone) to avoid that.

gtirloni commented 3 months ago

I just now realized this extension is simply toggling Zen Mode. I have uninstalled it and I'm just toggling Zen Mode directly.

To disable full screen mode in Zen Mode, add this to settings.json:

"zenMode.fullScreen": false