Ctrl +/---------------------Comments
Ctrl + scroll--------------font size/Zoom Out
Ctrl + N-------------------NEW
The document syntax mode can be selected in the lower right corner of the software
Ctrl + Shift + P------------------Command mode
Command:
sshtml Fuzzy Matching-----syntax switch to HTML mode, the same way, ss+ corresponding file name matching the corresponding mode, such as ssphp, Ssjava, etc.
Ctrl+shift +k-----------Delete a row
Alt +. ------------Quick Close Tag
Ctrl + P-----------The explanation on the menu is Gotoanythings, with "#" match, with "@" can match the corresponding class in the JS file
Ctrl + Enter-----------Add a blank line
Ctrl + Shift +v--------to remain indented during pasting
Alt + F3---------------Select all selected words
Ctrl + W---------------Close the current document
Ctrl + H---------------Replace
Three ways to generate cursors:
CTRL + D---------------multi-row cursor selection with CTRL + K to deselect part of the cursor
Another way to generate a cursor, hold down SHIFT + right mouse button to drag the cursor
Create a different form of the cursor, select multiple rows + (CTRL+SHIFT+L)
Ctrl + Shift + D---------Copy this line of text
Ctrl + Shift + K---------Delete when moving forward
SHift +tab--------------Removing indents
Theme Installation:
Ctrl + SHIFT + P;
Package Control-install Package
Theme
JS Snippet Installation:
Ctrl + SHIFT + P;
Package Control-install Package
JavaScript completions
Emmet Plugin Shortcuts:
Image: Http://www.w3cplus.com/sites/default/files/baiyaimages/CheatSheet.jpg
Or: http://docs.emmet.io/cheat-sheet/
Emmet plug-in installation:
Ctrl + SHIFT + P;
Package Control-install Package
Emmet
Auxiliary Development tools:
Quick New File Plugin
Advancednewfile
CTRL + ALT + N
Note: You can specify the path to the file in the input box (created if the path does not exist)
Sublime Text Learning