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
-
Go to the Sublime website to install the latest version of the editor.
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
- After downloading Sublime, you can lauch it by clicking the icon. Then, you will see this.
Sublime Features
- Command Palette
- This is an interactive list designed to execute different kinds of commands.
- Ctrl+Shift+P on Windows or Cmd+Shift+P on macOS
- For example, you can install packages like this
- Distraction Free Mode
- This displays your files in full screen view, centering the text on your monitor while eliminating all other visual elements.
- Click View then Enter Distraction Free Mode
- It looks like this
- Goto Anything
- This allows you to navigate files and line very quickly.
- Ctrl+P on Windows or Cmd+P on macOS
- You can jump to different lines like this
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