Home > Development Tools > sublime > body text

Basic operations that sublime must master (collection)

藏色散人
Release: 2020-06-18 13:19:22
forward
4561 people have browsed it

The following tutorial column of sublime will introduce you to the basic operations of sublime that you must master. I hope it will be helpful to friends in need!

Basic operations that sublime must master (collection)

Home key: Move the cursor to the beginning of this sentence

End key: Move the cursor to the end of this sentence

alt shift numeric keys (1, 2..): split screen operation, if 2, it will be divided into two screens

Click near the line number Down arrow and up arrow: Code folding and expansion

crtl D: Select a word

crtl L: Select one line

crtl A: Select all

crtl Click the cursor on multiple locations: Select multiple locations and edit at the same time

crtl ] Selected code: Indent the entire code to the right

crtl [ Selected code: Indent the entire code to the left

crtl N: Create a new page

! tab (Extended): Enter HTML basic page template

Other tag symbols tab (Extended): Extended tag

For example: p tab:

Expression "p>img*5 a" tab: Nesting of tags.

> means to separate the next level, * means to generate multiple at the same time, means the same level of tags

expression"(p>p) (p>img)" tab: Grouping of tags

lorem tab: Quickly generate a piece of text

lorem4 tab : Quickly generate 4-word text

ctrl? Selected part: Add comment or undo comment

Ctrl Wheel: Zoom in and out interface

Right click open in Browser: Open the page in the browser

For more sublime related technical articles, please visitsublime texttutorial Column!

The above is the detailed content of Basic operations that sublime must master (collection). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!