Open Twizzledrizzle opened 8 years ago
Currently there is no way to default to tab view only. One of the tasks on my To-Do List is to better implement the tab view mode and provide a setting to make it default functionality. I could also add the ability to hide the status bar to the list of enhancements.
Sounds great! Thank you again for the time you have put into this, it is really useful for me
@Twizzledrizzle just found this searching for how to hide the status bar here is the solution I found if you are still interested.
edit the stylesheet file (styles.less) and add this css rule
// hide terminal-plus status-bar
.terminal-plus.status-bar{
display: none;
}
P.S thanks @jeremyramin thanks for this great plugin, I tried a few others before finding your one. This is the only one that works with rbenv and it uses and looks like my normal zsh shell without having to do anything.
Great package!
Two questions from one quite new using atom.
Usually I open a terminal with a shortcut key, place it as a tab, and have it as a REPL when coding Python. So I rarely use the status bar.
Thank you for your time!