telarmago / DistractionFreeWindow

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
  1. Open the Command Palette via Tools > Command Palette from the main menu and select Package Control: Install Package.
  2. 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

By default this plugin hides tabs, status bar, side bar, menu and minimap. You can also hide line numbers, fold buttons, the whole gutter. You can center the text and configure the width. See the settings section in case you want to customize DistractionFreeWindow.

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

You can adjust the default settings via Preferences > Package Settings > DistractionFreeWindow > Settings - User from the main menu.

Key Bindings

You can adjust the default key binding SuperF11 via Preferences > Key Bindings from the main menu.

License

See the LICENSE for details.

About

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

License:MIT License


Languages

Language:Python 100.0%