Integrated Terminal in Sublime Text with Terminus Package

David Carr

Tools Development

Table of Contents

I adore Sublime Text, I'm often jumping to other editors to use an integrated terminal but not anymore! A new package called Terminus written by Randy Lai adds support for an integrated terminal panel and a view! I cannot understate how awesome this is! I've been trying to find a package to add terminal support for years! 

Terminus is heavily inspired by TerminalView another Sublime Text package that adds a terminal to a view. 

What I love about Terminus is you can add a toggleable panel or a view. 

Install

To install it simple open Package Control and search for Terminus

Usage

There are default key bindings 

{ "keys": ["alt+"], "command": "toggle_terminus_panel" }

I prefer to use ctrl+ to toggle you can easily change them with custom key bindings:

This toggles the panel but also opens in the current root folder

{
	"keys": ["ctrl+"], "command": "toggle_terminus_panel", "args": {
        "config_name": "Default",
        "cwd": "${folder}"
    }
}

I also like to have the option to open Terminus in a view to this time using alt+

{
	"keys": ["alt+"], "command": "terminus_open", "args": {
        "config_name": "Default",
        "cwd": "${folder}"
    }
}

 

Fathom Analytics $10 discount on your first invoice using this link

David Carr - Laravel Developer

Hi, I’m David Carr

A Senior Developer at Vivedia
I love to use the TALL stack (Tailwind CSS, Alpine.js, Laravel, and Laravel Livewire)

I enjoy writing tutorials and working on Open Source packages.

I also write books. I'm writing a new book Laravel Testing Cookbook, This book focuses on testing coving both PestPHP and PHPUnit.

Sponsor me on GitHub

Subscribe to my newsletter

Subscribe and get my books and product announcements.

Laravel Testing Cookbook

Help support the blog so that I can continue creating new content!

Fathom Analytics $10 discount on your first invoice using this link

Subscribe to my newsletter

Subscribe and get my books and product announcements.

© 2006 - 2023 DC Blog. All code MIT license. All rights reserved.