# [Hide Menu](//packagecontrol.io/packages/Hide%20Menu)
A simple plugin that will hide the menu for new windows in the [Sublime Text 3](//sublimetext.com/) editor
By default, the menu is shown on every new window until the user decides to hide it through "View > Hide Menu".
The user is still able to show/hide the menu on a per-window basis.
## Installation
##### Using the package manager
1. Install the [Sublime Text Package Control](//packagecontrol.io/installation) plugin if you haven't already.
2. Open up the command palette (Ctrl+Shift+P) and enter `Package Control: Install Package`
3. Search for `Hide Menu` and hit Enter to install.
4. Follow the instructions that appears on the screen.
##### Manual installation with Git
1. Click the `Preferences > Browse Packages` menu.
2. Open up a terminal and execute the following:
- `git clone https://github.com/p3lim/sublime-hide-menu Hide\ Menu`
3. Restart Sublime Text.