

- #STARTING SUBLIME TEXT EDITOR HOW TO#
- #STARTING SUBLIME TEXT EDITOR INSTALL#
- #STARTING SUBLIME TEXT EDITOR FULL#
- #STARTING SUBLIME TEXT EDITOR SOFTWARE#
#STARTING SUBLIME TEXT EDITOR FULL#
Sublime Text is full of powerful features and shortcuts you will have to learn and practice to grasp full command on it. Now if you again hit the Ctrl+D, it will enter into multimode selection and select other instances of the same word in the document. By doing so, the current word will be selected. Place your cursor on a specific word, then hit Ctrl+D.

Word selection lets you select all the occurrences of the word under your cursor. Use Shift+F11 to enter into distraction-free mode with no sidebars, top menu bars, minimap, and status bar. Hit Ctrl+R to go to any function or symbol in the current file. From the top toolbar, use the shortcut Ctrl+P and search for any file name in your project. Goto Fileįile navigation is super easy in Sublime Text.
#STARTING SUBLIME TEXT EDITOR INSTALL#
In order to install Package Control, hit Ctrl+Shift+P, then type Install Package Control and press Enter. With the help of Package Control, you can easily install and manage these plug-ins and packages. Package ControlĪlthough Sublime Text already comes with a lot of functionalities, still you can enhance the functionalities by adding third party plug-ins and packages. To add a folder, go to Project > Add Folder to Project from the toolbar at the top. You can add folders containing the data related to your project. Hit Ctrl+Shift+P and type theme, and then select a theme according to your preferences.

You can choose a theme and color scheme to change the default appearance of Sublime Text. $ sudo apt remove sublime-text Getting Started With Sublime Textįollowing are some useful information and shortcuts that will you need to get started with Sublime text: Select theme and color scheme Issue the following command in Terminal to download the public key for Sublime Text repository: It is added to ensure the package we are going to install is from authenticated sources.

Step 1: Downloading Sublime Text Repository keyīefore adding the repository for Sublime Text, the first step would be to add its public key. Sublime Text is not available in the official repositories of Ubuntu, so we will need to manually add its PPA repository to the sources.list file in our system.
#STARTING SUBLIME TEXT EDITOR SOFTWARE#
Note: In order to install or remove any software from your system, you must have sudo privileges. The Terminal can be opened using the Ctrl+Alt+T keyboard shortcut. We will be using the command line Terminal for installing Sublime Text code editor.
#STARTING SUBLIME TEXT EDITOR HOW TO#
This article will explain how to install and get started with Sublime on Ubuntu 20.04 LTS system. It supports a ton of shortcuts that makes the work faster along with a lot of functionalities including syntax highlighting, language compiler, quick navigation, distraction-free mode, and much more. It is written explicitly for editing codes. It is a very robust and efficient text editor supported on all major platforms Windows, Linux, and MacOS. Sublime Text is a powerful and extensively used text editor that offers everything that you will need as a programmer or a developer.
