DistractionFreeWindow
SublimeText "Distraction free mode" but not full-screen! A windowed UI is more manageable and accessible yet it can be simple and sublime!
Details
Installs
- Total 13K
- Win 8K
- Mac 3K
- Linux 2K
| Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
DistractionFreeWindow for Sublime Text
Screencast shows gruvbox Theme & Color Scheme, Operator Mono Medium as font.
Description
Sublime Text's distraction free mode but not full-screen!
A windowed UI is more manageable and accessible, yet it can be simple and sublime!
DistractionFreeWindow was inspired by this forum post.
Installation
Installation via Package Control
- Install Package Control for Sublime Text.
- Close and reopen Sublime Text when done.
- Open the Command Palette via
Tools > Command Palettefrom the main menu and selectPackage Control: Install Package. - Select
DistractionFreeWindow.
Manual installation
- Select
Preferences > Browse Packagesfrom the main menu. Use the command line tocd .../Packagesinto that exact same folder, thengit clone git://github.com/aziz/DistractionFreeWindow.git. - Or select
Preferences > Browse Packagesfrom the main menu, then create a subfolder namedDistractionFreeWindowand unzip the contents of a current snapshot ofmasteras*.zipinto it.
Usage
Use the keybinding Super+F11 to toggle DistractionFreeWindow mode.
Changing Layout
Users of the MaxPane plug-in will appreciate that DistractionFreeWindow directly integrates with it and simplifies the layout when you go into DistractionFreeWindow mode and restores the layout after comming back out of it.
Customization
Settings
DistractionFreeWindow inherits distraction free mode settings from the core application.
You can set these via Preferences > Settings - Distraction Free, compare the official docs:
https://www.sublimetext.com/docs/3/distraction_free.html
The following toggle actions can be customized:
// Packages/User/Preferences.sublime-settings
{
"distraction_free_window.toggle_menu": true,
"distraction_free_window.toggle_minimap": true,
"distraction_free_window.toggle_status_bar": true,
"distraction_free_window.toggle_tabs": true
}
Key Bindings
You can adjust the default key binding SuperF11 via Preferences > Package Settings > DistractionFreeWindow > Key Bindings from the main menu.
License
See the LICENSE for details.