Skip to content

LukevanTricht/sublime-tabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime-tabs

This enables sublime-style tabs in Atom.

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 fork this repo

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

To Use

Install either through the Atom package search, or by:

$ 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:
  4. Search for the package
  5. Click "Enable"

Packages

No packages published

Languages

  • CoffeeScript 91.0%
  • CSS 6.9%
  • JavaScript 2.1%