An open API service indexing awesome lists of open source software.

https://github.com/math2001/windowsettings

A little Sublime Text plugin to allow you to hide the minimap/side bar/status bar etc using the settings
https://github.com/math2001/windowsettings

settings sublimetext

Last synced: 29 days ago
JSON representation

A little Sublime Text plugin to allow you to hide the minimap/side bar/status bar etc using the settings

Awesome Lists containing this project

README

          

# WindowSettings

WindowSettings is a simple Sublime Text 3 plugin to control if the tabs, the minimap, the status bar, the side bar or the menus are shown with some *settings*.

Here is the list:

- `show_tabs`
- `show_minimap`
- `show_status_bar`
- `show_sidebar`
- `show_menus`

They should be booleans (`true` or `false`) or `null`.
If set to `null`, it won't do anything → leave the side bar, tabs etc as it is.

## Installation

The best way to install this package is by using Package Control.

*Because it's not yet available on the default channel, you need to add it to your custom package list. Here's how*

1. Open up the command palette (ctrl+shift+p) and search for `Package Control: Add Repository`.
2. Paste this URL in: `https://github.com/math2001/WindowSettings`

Now, it's just a normal install:

- Open up the command palette (ctrl+shift+p) and search for `Package Control: Install Package`
- Search for `WindowSettings`