oni2 icon indicating copy to clipboard operation
oni2 copied to clipboard

"customizable" zen mode and / or levels of / flavors of zen mode?

Open jerabaul29 opened this issue 4 years ago • 3 comments

First I want to say that this is a very low priority thing, and rather just a bit of brainstorming at this stage I guess :) .

I really love the Zen mode and I use it most of the time. However, there is a bit of information I miss in Zen mode, for example, overview of tabs. So I would like to have my "own" Zen mode configuration, with many hidden things, but still tab information present.

Do you think there would be possibility to either customize Zen mode, or, even better, to define an arbitrary number of "Zen modes" each with its own configuration of what is visible / hidden? Like Zen mode 1, 2, ..., that would be user defined?

jerabaul29 avatar Aug 04 '21 20:08 jerabaul29

We have a couple of zen-mode configuration options at the moment:

  • "editor.zenMode.hideTabs" - whether window-tab bars should be hidden in zen mode
  • "editor.zenMode.singleFile" - whether to default to zen mode when opening a single file

Some additional configuration we should:

  • Whether or not status bar is visible in zen mode
  • Whether or not the activity bar / sidebar is visible in zen mode

Would these settings cover your use case @jerabaul29 ? Or are there additional pieces you'd like to customize in zen mode?

bryphe avatar Aug 05 '21 21:08 bryphe

I think so, that would be great :) .

Where is all of this documented? :)

jerabaul29 avatar Aug 06 '21 17:08 jerabaul29

Hey @jerabaul29 , you can find the settings documented on this page :) https://onivim.github.io/docs/configuration/settings

zean11 avatar Aug 09 '21 22:08 zean11