postcasio / tree-view-open-files

Atom package to show open files in a list above the tree view. (like Sublime Text)
MIT License
27 stars 20 forks source link

Option to hide tab bar #21

Closed jacobp100 closed 2 years ago

jacobp100 commented 9 years ago

Is it possible to optionally include the css,

.tab-bar {
    display: none;
}

It makes it easier!

aljopro commented 8 years ago

You can go to the Preferences -> packages and search for "tabs". Disable the package to get this result.