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
- Open your Packages directory with the Sublime Text menu items Preferences > Browse Packages.
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
- In menus Tools > Command Palette
2.type
installin the text entry field. - Select the option Package Control - Install Package.
- 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