* Install `Terminus` from the Package Control * Add these items to the User Key Bindings: ``` // TERMINAL {"keys": ["alt+`"], "command": "toggle_terminus_panel"}, {"keys": ["super+t"], "command": "terminus_open" }, ``` * How to use: ```⌥+` ``` Toggles the bottom terminal, for persistent stuff, like `yarn start` ```⌘+t``` Simple tab for quick things, like `git commit`