thecrumb

developer, thinker, tinkerer

Easy Access to Terminal in Sublime Text

Do you use the terminal/console? You can easily access this from within Sublime for kicking off scripts, etc.

You should have Package Control installed. Open Package Control and install ”Terminal”.

Done. Now hit CTRL+SHIFT+T and a console will popup.

I can’t stand the Windows Terminal (spoiled by terminal in Linux!) and have been using another app: Console 2.

Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles.

It’s easy to tweak Sublime to open Console instead of Powershell (which it defaults to).

Preferences > Package Settings > Terminal > Settings - User

Adjust your paths accordingly.

1
2
3
4
{
"terminal": "C:/Program Files/Console2/Console.exe",
"parameters": []
}

Posted by Jim Priest Code

Tweet

« Fixing Sublime Text When Things Go Bad Sublime Text - Filtering Out The Noise »

Comments

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.