terminal in sublime text code example

Example 1: how to open terminal in sublime text ubuntu

# how to open terminal in sublime text ubuntu
>> open sublime text 3 editor
>> Ctrl+Shift+P <-- it will open package manager
>> Type install package and Select it.
>> Type terminus 
>> install it. once complete installation Ctrl+Shift+P and search for Terminus init then it will open terminal.

Example 2: sublime text linux

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

Example 3: sublime text linux

sudo apt-get update
sudo apt-get install sublime-text

Example 4: open sublime text using terminal

//create new folder using terminal or open any existing
npx create-react-app newapp
//newapp is new folder. now open it
cd newapp
//now run following code
sublime .
//your folder will open in visual studio code. for sublime enter follwing code
code .

Example 5: sublime text linux

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

Example 6: sublime text linux

sudo apt-get install apt-transport-https

Tags:

Css Example