karan / atom-terminal

Atom package to open terminal on current file's directory with "ctrl-shift-t"
https://atom.io/packages/atom-terminal
MIT License
70 stars 30 forks source link

Fixed atom-commands not being disposed, and inconsistent tab styles. #39

Open ghost opened 9 years ago

ghost commented 9 years ago

This should prevent multiple terminals from opening. I also changed all tabs to 2 spaces, since coffee script has significant white space it's probably best to be consistent with the style.

fixes #31