Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavison committed Jun 19, 2015
1 parent 3a95c26 commit 90f5f44
Showing 1 changed file with 6 additions and 42 deletions.
48 changes: 6 additions & 42 deletions README.md
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)

0 comments on commit 90f5f44

Please sign in to comment.