https://github.com/akrabat/sidebarhider
Sublime Text 3 plugin to automatically hide the side bar when it loses focus
https://github.com/akrabat/sidebarhider
Last synced: about 1 month ago
JSON representation
Sublime Text 3 plugin to automatically hide the side bar when it loses focus
- Host: GitHub
- URL: https://github.com/akrabat/sidebarhider
- Owner: akrabat
- License: mit
- Created: 2016-08-14T10:01:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T19:07:47.000Z (over 7 years ago)
- Last Synced: 2025-03-28T15:11:27.456Z (about 2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Side Bar Hider
This [Sublime Text 3][1] plugin will automatically hide the side bar when it loses
focus. It also works well when paired with the popular [FocusFileOnSidebar][2]## Installing
Install via [Package Control][3] or you can `git clone [email protected]:akrabat/SideBarHider.git` from within your Packages folder.
[1]: http://www.sublimetext.com/
[2]: https://packagecontrol.io/packages/Focus%20File%20on%20Sidebar
[3]: https://packagecontrol.io## Toggle SideBar Autohide
The autohide behaviour for a window can be toggled via the command: **SideBarHider**.
This is useful for circumstances when you need the sidebar to be with you all the time, e.g. when doing extensive navigation throgh a folder tree. Toggling is window specific and not persisted across sublime sessions (sidebar will again be hidden after restarting Sublime Text).### Usage:
- Either via command palette. Search for: **SideBarHider**
- Or use the shortcut: ctrl+alt+shift+t (Windows, Mac OS and Linux)