Integrated terminal in Atom
Finally decided to install a nice IDE - chose Atom and have been investigating packages that will give me the full terminal experience. Seems like script-runner is the best option right now (supports JavaScript, CoffeeScript, Ruby, Python, Bash & Go).
Can install it through Atom or from here. To configure, just open up config.cson and add:
"*": //... 'script-runner': 'splitDirection': 'bottom'
You can choose between bottom, left, or right for the split direction.








