EDIT 04/23/2019: Terminus extends TerminalView and adds:
- Windows support
- Continuous story
- Easily customizable themes (see Terminus Utilities)
- Unicode support
- 256 color support
- Better xterm support
- Terminal panel view
- imgcat support (also works on Linux / WSL)
Bind a keyboard shortcut to open a shell on the file path (for example, ctrl+alt+t to open):
{ "keys": ["ctrl+alt+t"], "command": "terminus_open", "args": { "cwd": "${file_path:${folder}}" } }


Original answer:
I tried almost all terminal packages, and you need TerminalView :

To bind a keyboard shortcut, simply add it to your user bindings file:
{ "keys": ["ctrl+alt+t"], "command": "terminal_view_open" },
Syden Jul 29 '17 at 1:54 on 2017-07-29 01:54
source share