Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maliayas/sublimetext_smartnewwindow

Create new Sublime Text window by replicating existing workspace folders.
https://github.com/maliayas/sublimetext_smartnewwindow

sublime-text-plugin

Last synced: about 1 month ago
JSON representation

Create new Sublime Text window by replicating existing workspace folders.

Awesome Lists containing this project

README

        

# SmartNewWindow

SmartNewWindow is a Sublime Text plugin that combines 3 commands in one
keybinding:

* New workspace for the project
* New workspace for the open folders
* New window

Picking the appropriate one is based on the context:

1. If there is an open project, a new workspace is created.
2. If there is no open project but there are open folders, then the
unsaved workspace is replicated (only folders). Sublime Text doesn't
offer this natively.
3. Otherwise an empty window is created.

The keybinding is CtrlShiftN for
Windows/Linux and N for OS X.

## Overview

* [Installation](#installation)
* [Configuration](#configuration)
* [License](#license)

## Installation

You can install the plugin via

* Package Manager by searching `SmartNewWindow`
* `git clone https://github.com/maliayas/SublimeText_SmartNewWindow.git SmartNewWindow`
* Downloading the [zip][] of the repo and extracting into `Packages/SmartNewWindow`

## Configuration

For customizing the keybinding, you can use the `Preferences > Package Settings > Smart New Window` menu.

## License

SmartNewWindow is released under the [MIT License][mit].

[mit]: http://www.opensource.org/licenses/MIT
[zip]: https://github.com/maliayas/SublimeText_SmartNewWindow/archive/master.zip