Home  >  Article  >  Development Tools  >  Basic operations that sublime must master (collection)

Basic operations that sublime must master (collection)

藏色散人
藏色散人forward
2020-06-18 13:17:564567browse

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!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete