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

https://github.com/saneef/saveworkspacesonquit

Before quiting Sublime Text, save each open workspace states.
https://github.com/saneef/saveworkspacesonquit

sublime-text-3 sublime-text-plugin

Last synced: 10 months ago
JSON representation

Before quiting Sublime Text, save each open workspace states.

Awesome Lists containing this project

README

          

# Save Workspaces on Quit

Keep loosing your workspace state on cmd + q? This plugins closes each open workspaces before Sublime Text quits.

The plugin save workspace on cmd + shift + w (close window) too.

## Installing

### Using Package Control

Through Command Palette choose **Package Control: Add Repository**, paste `https://github.com/saneef/SaveWorkspacesOnQuit.git` in the text field and press Enter.

Then, you can search for **"SaveWorkspacesOnQuit"**, in Package Control to install.

### Using Git

Clone this git repository into your [Packages Directory](http://sublimetext.info/docs/en/basic_concepts.html):

```bash
$ git clone https://github.com/saneef/SaveWorkspacesOnQuit.git
```

## On Linux or Windows

If are on Linux or Windows add this line to your key bindings and customize the `keys`

```json
[
{ "keys": ["super+q"], "command": "save_workspaces_on_quit" },
{ "keys": ["super+shift+w"], "command": "save_workspaces_on_window_close" }
]
```

## License

This project is released under [The MIT License](http://www.opensource.org/licenses/mit-license.php).