Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/stacked-tabs
Display Atom editor tabs stacked just like in Sublime Text for better navigation
https://github.com/xixixao/stacked-tabs
Last synced: 19 days ago
JSON representation
Display Atom editor tabs stacked just like in Sublime Text for better navigation
- Host: GitHub
- URL: https://github.com/xixixao/stacked-tabs
- Owner: xixixao
- Created: 2017-08-20T17:27:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T22:17:02.000Z (over 7 years ago)
- Last Synced: 2024-11-14T20:47:44.951Z (3 months ago)
- Language: CoffeeScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stacked-tabs package
Display Atom editor tabs stacked just like in Sublime Text for better navigation:
![A screenshot of stacked-tabs in action using One Dark theme](https://user-images.githubusercontent.com/1473433/29497961-5d615754-85ea-11e7-9d71-6c1f678e8f34.png)
![A screenshot of stacked-tabs in action using Atom Dark theme](https://user-images.githubusercontent.com/1473433/29497960-5d5ada6e-85ea-11e7-829e-808a0159bf33.png)
Works great with and improves [pinned-tabs](https://atom.io/packages/pinned-tabs):
![A screenshot of stacked-tabs with pinned-tabs using One Dark theme](https://user-images.githubusercontent.com/1473433/29497958-5d46045e-85ea-11e7-9990-3a953f2692f9.png)
![A screenshot of stacked-tabs with pinned-tabs using Atom Dark theme](https://user-images.githubusercontent.com/1473433/29497959-5d541f80-85ea-11e7-8210-66731fe638f7.png)
## Installation
In Atom, bring up the command pallette and type in `install package`, then search for `stacked-tabs` and click on `Install`.
On command line, run
```
apm install stacked-tabs
```There are no settings or commands. You can disable or uninstall the package from the same settings UI or via
```
apm uninstall stacked-tabs
```