Issue #22 (Zen Mode Options)09/21/22
|
Get a weekly dose of tools, articles, and other resources covering remote work, productivity, career well-being, and lots more.
|
|
|
Likely most VS Code users are familiar with VS Code's useful
Zen Mode feature. If not, I'll go over it here with some options you might not have known about.
This editor mode allows you to remove the full UI of the editor and go into a full-screen mode for pure focused coding. You can enter Zen Mode by hitting the keyboard shortcut
CTRL/CMD+K followed by Z, or by searching for Zen Mode in the command palette. This gives you something like the following:
By default the code is centered on your monitor, with no UI visible.
You can
exit Zen Mode by hitting the ESC key twice. Within Zen Mode, you have the option to adjust the size of the code editor. Hover your mouse over the left or right border of the centered area and you'll see
handles appear that allow you to resize the coding area.
Note that
Zen Mode is not the same as "Full Screen Mode". When you go to View > Appearance in the menu bar, you'll see three options: Full Screen, Zen Mode, and Centered Layout.
Full Screen Mode still provides some UI and is similar to a web browser's full-screen mode, which similarly can be toggled with F11.
Zen Mode's default appearance is usually what most people want. But if you want to customize it, you can do so by opening your Settings UI and typing "Zen Mode" in the search box.
There you'll find a number of ways to customize it to your liking, including adding back certain UI elements, toggling how to handle notifications, and whether or not to restore Zen Mode when a window is closed and then opened again.