rhysd / NyaoVim

Web-enhanced Extensible Neovim Frontend
Other
2.22k stars 57 forks source link

Feature Request: Option to start in fullscreen #126

Closed esniper closed 6 years ago

esniper commented 6 years ago

Would be great to have a startup option that automatically launched each new instance in fullscreen.

rhysd commented 6 years ago

It's already supported.

Please make browser-config.json in ~/.config/nyaovim with below contents

{
  "window_options": {
    "fullscreen": true
  }
}

Doc: https://github.com/rhysd/NyaoVim/blob/master/docs/browser-config.md