I normally use the WebStorm IDE for Node.js and FE JavaScript development. However I was thinking of using Sublime Text 3 since I am running out of computing power on a crappy o
In sublime 3,
Package Control: Install Package
TerminalView
Preferences -> Key Bindings
on right side Pane paste this,
[ { "keys": ["ctrl+shift+t"], "command": "terminal_view_open" } ]