Introduction to Sublime

Sublime is a text editor, which was created by Jon Skinner, that is supported on Windows, macOS, and Linux. This text editor has several benefits such as being free of charge, offering fast typing recognition speed, and providing numerous convenient editing features.

Installation of Sublime

  1. Go to the Sublime website to install the latest version of the editor.


  2. install 1
    2.1 Windows : Make sure to know if your computer is 64-bit or 32-bit. Click Windows or Windows 64 bit
    2.2 macOS : Make sure your computer is version is 10.7 or higher. Click OS X
    2.3 Linux : You can download it by clicking Linux repos or following these steps below if you are using Ubuntu.
     wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
    
     echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
    
    
     sudo apt update
     sudo apt install sublime-text
    
  3. After downloading Sublime, you can lauch it by clicking the icon. Then, you will see this.
    install 2

Sublime Features

Conclusion

Sublime stands out among text editors due to its user friendly design, significant speed, and efficiency, being a flexible text editor for Windows, macOS, and Linux that increases productivity with features such as the Command Palette, Distraction Free Mode, and Goto Anything. These features make it an ideal tool for developers and writers who value a smooth workflow. Sublime provides a smooth coding environment that prioritizes user satisfaction and efficiency.

Resources

Sublime Guide
About Sublime
Install Sublime on Linux
Command Palette 1
Command Palette 2
Distraction Free Mode