Celeb Glow
general | April 01, 2026

Enable Terminal plugin in Sublime Text

Is it possible to enable terminal plugin into Sublime Text editor, similar to Kate?

1 Answer

Try glue in sublime text editor

Kindly find the below article for procedure in details:

Install with Git

  1. Open your Packages directory with the Sublime Text menu items Preferences > Browse Packages.
  2. Then git clone the Glue repository as a new directory named ‘Glue’ in your Packages directory with the following command:

    git clone "Glue"

Install with Package Control

  1. In menus Tools > Command Palette 2.type install in the text entry field.
  2. Select the option Package Control - Install Package.
  3. type ‘glue’ in the text input box and select the ‘Glue’ plugin option that is displayed in the Command Palette.

The install automatically takes place.

You will see a confirmation in the status bar at the bottom of the editor window.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy