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
- Host: GitHub
- URL: https://github.com/math2001/windowsettings
- Owner: math2001
- License: mit
- Created: 2017-03-31T04:40:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T05:31:36.000Z (about 9 years ago)
- Last Synced: 2025-01-06T20:52:19.849Z (over 1 year ago)
- Topics: settings, sublimetext
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`