ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Distraction​Free​Window

by aziz ALL

SublimeText "Distraction free mode" but not full-screen! A windowed UI is more manageable and accessible yet it can be simple and sublime!

Details

  • 1.1.2
    1.0.0
  • github.​com
  • github.​com
  • 5 months ago
  • 35 minutes ago
  • 10 years ago

Installs

  • Total 11K
  • Win 7K
  • Mac 2K
  • Linux 2K
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 3 1 2 0 4 5 2 4 3 2 1 2 3 7 4 5 2 2 1 2 0 0 2 1 3 2 1 1 0 1 0 3 1 7 3 4 2 2 5 1 2 0 1 7 2
Mac 0 0 1 1 0 0 1 1 0 0 1 0 2 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 2 1 0 0
Linux 0 0 0 0 0 0 1 0 2 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 2 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

DistractionFreeWindow for Sublime Text

License Downloads via Package Control Latest release


Screencast


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

  1. Install Package Control for Sublime Text.
    • Close and reopen Sublime Text when done.
  2. Open the Command Palette via Tools > Command Palette from the main menu and select Package Control: Install Package.
  3. Select DistractionFreeWindow.

Manual installation

  • Select Preferences > Browse Packages from the main menu. Use the command line to cd .../Packages into that exact same folder, then git clone git://github.com/aziz/DistractionFreeWindow.git.
  • Or select Preferences > Browse Packages from the main menu, then create a subfolder named DistractionFreeWindow and unzip the contents of a current snapshot of master 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.