onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 301 forks source link

Is there a way to hide title bar in non-fullscreen mode #2691

Closed mudox closed 5 years ago

mudox commented 5 years ago

Oni Version: 0.3.9 Neovim Version: 0.3.1 Operating System: macOS High Sierra

Issue: I can not find a way to hide title bar in non-fullscreen mode, like iTerm2's Command+Enter effect.

I would like to maximize the editor in current macOS workspace, so that I can quickly switch to it without any annoying workspace switching transitions.

Title bar is a waste of space when working in maximized situation. I use tools like Hammerspoon to maximize app windows, hence no need to move them around.

oni-bot[bot] commented 5 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.

badosu commented 5 years ago

Set oni.hideMenu to 'hidden' on your config.js. See an example here.

Please reopen if it does not fix for you.