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 12K
- Win 8K
- Mac 2K
- Linux 2K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 1 | 6 | 2 | 0 | 2 | 0 | 0 | 1 | 2 | 2 | 3 | 5 | 4 | 3 | 2 | 5 | 2 | 2 | 0 | 4 | 3 | 2 | 3 | 6 | 0 | 3 | 1 | 1 | 4 | 5 | 4 | 4 | 3 | 2 | 6 | 3 | 1 | 1 | 1 | 1 | 1 | 2 | 2 | 1 |
Mac | 2 | 1 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 4 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 Palette
from the main menu and selectPackage Control: Install Package
. - Select
DistractionFreeWindow
.
Manual installation
- Select
Preferences > Browse Packages
from the main menu. Use the command line tocd .../Packages
into that exact same folder, thengit clone git://github.com/aziz/DistractionFreeWindow.git
. - Or select
Preferences > Browse Packages
from the main menu, then create a subfolder namedDistractionFreeWindow
and unzip the contents of a current snapshot ofmaster
as*.zip
into 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.