1, quickly jump to a line: Ctrl+g, enter the line number, you can quickly jump to the line
2. Quick Find: Ctrl+p
Enter "@ Function name" To quickly find the function
Enter "#+ text"
3, multi-line cursor function
Quickly select multiple variables: Select one, click Ctrl+d
To add a cursor to a selected variable or row: Ctrl+shift+l
4. Fast moving line: ctrl+shift+↑ or ↓
5. Quickly copy the current line and before copying it to the line: Ctrl+shift+d
6, quickly delete the current line: ctrl+shift+k
7. Quickly select the contents of the curly braces {}: Ctrl+shift+m
Quickly select content within the same indent: ctrl+shift+j
8. Quickly close the current tag: ctrl+w
Close Current Program: Ctrl+shift+w
9. Re-open the closed tag: ctrl+shift+t
10. Add new lines quickly
Ctrl+enter: Creates a new row under the current line
Ctrl+shift+enter: Creates a new row on the current line
11, Multi-line indentation
CTRL +] or Tab: Increase Indent
ctrl+[or Shift+tab: Decrease Indent
12, complete copy, avoid format confusion (keep indentation): Ctrl+shift+v
13. Quick check: ctrl+shift+← or →
Sublime Text 3 Common shortcut key summary