1. Create a new tab in the current window: CTRL + N;
2. Close the current tag: ctrl+w;
3. Default window 1 screen: Alt + Shift + 1;
4. Open the console: Ctrl + ~;
5. Open the Command board: Ctrl + Shift + P;
6. Automatic completion: Tab;
7. Revocation: Ctrl + Z;
8. Change to lowercase: Ctrl +kl;
9. Folding code: ctrl+shift+[;
10. Expansion code: ctrl+shift+];
11. Indent Left: Ctrl + [;
12. Indent right: Ctrl +];
13. After inserting the line: Ctrl+enter;
14. Before inserting the line: Ctrl+shift+enter;
15. Find keywords: ctrl+f;
16. Find and Replace keywords: Ctrl + Shift+f;
17. Select the words (press and hold-continue to choose the next same string): Ctrl+d;
18. Select by Word: Ctrl + Shift +←/→;
19. Replace the current keyword: Ctrl + Shift + H;
20. Select all locations where the current keyword appears: Alt + F3;
21. Replace All matching keywords: Ctrl + Alt + Enter;
22. Select the entire row (press and hold-continue to select the downstream): ctrl+l;
23. Merge the current selection into one line: Ctrl + J;
24. Move the current line up or down: Ctrl + Shift +↑/↓;
25. Comment Entire line: ctrl+/;
26. Note Selected content: ctrl+shift+/;
27. Delete whole line: ctrl+x;
28. Delete from the cursor to the beginning of the line: Ctrl+k+backspace;
29. Delete from the cursor to the end of the line: CTRL+KK;
30. Jump to a line: ctrl+g;
31. Select multiple lines upwards: shift+↑;
32. Select multiple lines: shift+↓;
33. Select text to the left: shift+←;
34. Select the text to the right: shift+→.
Sublime text shortcut keys