Ctrl + Shift + P: Bring up command Palette
Ctrl + ': Bring up the console
Ctrl + Enter: Add a row below the current line and jump to that row
Ctrl + Shift + Enter: Adds a row above the current line and jumps to that row
Ctrl +←/→: Moving words by word
Ctrl + Shift +←/→ for word-wise selection
CTRL + D: Select the word where the current cursor is located and highlight all occurrences of the word, CTRL + D to select the next position where the word appears, in the process of multiple selection, use CTRL + K to skip, use CTRL + U for fallback, use ESC to exit multiple edits
Ctrl + J: Merge the current selection into one row
Ctrl + M: Toggle between start and end brackets
Ctrl + Shift + M: Quickly select the content between parentheses
F3: Jumps to the next position of the current keyword
Shift + F3: Jumps to a position on the current keyword
Alt + F3: Check all locations where the current keyword appears
Ctrl + f/h: Standard Find/Replace
Ctrl + Shift + F: Multi-File Search & Replace
Ctrl + R: jump to specified symbol
Ctrl + G: Jump to the specified line number
Ctrl + P: Jump to the specified file
Ctrl + Shift + N: Create a new window
Ctrl + N: Create a new tab in the current window
Ctrl + W: Close the current tab and close the window when there is no label in the window
Ctrl + Shift + T: Recover the label just closed
F11: Toggle Normal fullscreen
Shift + F11: Toggle No interference fullscreen
Alt + Shift + 2: Left and right split screen
Alt + Shift + 8: Split screen up and down
Alt + Shift + 5: Split screen up or down
After split screen, use CTRL + number keys to jump to the specified screen, use CTRL + Shift + number keys to move the current screen to the specified screen
Shortcut keys for sublime text