-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,8 @@ | ||
# sublime-tabs | ||
NOTICE | ||
=== | ||
This package is [now in core](https://github.com/atom/tabs/pull/145). | ||
|
||
This enables sublime-style tabs in Atom. | ||
To enable these features, open Atom Settings, search for the "Tabs" package, and enable "Preview Mode". | ||
|
||
Normally, the Tabs package will open a new tab for each file, and it will stay open even if you don't edit it. | ||
|
||
sublime-tabs enables you to click a file through the Tree View on the left, it will open it as a "temp" file like sublime does, | ||
and will close the tab if another tab is opened without you editing it. | ||
|
||
[![star this repo](http://github-svg-buttons.herokuapp.com/star.svg?user=ddavison&repo=sublime-tabs)](http://github.com/ddavison/sublime-tabs) | ||
[![fork this repo](http://github-svg-buttons.herokuapp.com/fork.svg?user=ddavison&repo=sublime-tabs)](http://github.com/ddavison/sublime-tabs/fork) | ||
|
||
## Features | ||
|
||
- Allows you to single click a file in the tree view to open it temporarily like Sublime | ||
- Editing a temporary tab keeps it open | ||
- Saving / Double clicking the tab keeps the tab permanent | ||
- Browsing the tree view on the left using the :right_arrow: key allows you to open files | ||
|
||
![example](https://raw.githubusercontent.com/ddavison/sublime-tabs/master/images/example.gif) | ||
|
||
## To Use | ||
Install either through the Atom package search, or by: | ||
```sh | ||
$ apm install sublime-tabs | ||
``` | ||
**Note...** This package will replace the `Tabs` and `Tree View` package and disable them. | ||
|
||
## If for some reason... | ||
sublime-tabs is not working... try: | ||
* Making sure sublime-tabs is installed, enabled, and up to date | ||
* Making sure the `Tabs` package is disabled. | ||
* Making sure the `Tree View` package is disabled. | ||
* Restart Atom | ||
* Right click somewhere in an open file, and click `Reveal in tree view` | ||
|
||
## Uninstall | ||
If sublime-tabs isn't your thing, you can uninstall by following these steps: | ||
|
||
1. Open your Settings | ||
2. Search for `"Sublime Tabs"` and Uninstall | ||
3. For the `Tabs` and `Tree View` packages, do the following: | ||
1. Search for the package | ||
2. Click `"Enable"` | ||
![settings](http://i.imgur.com/237wpD2.png) | ||
![preview tabs](http://i.imgur.com/rSAmeN3.png) |