Common shortcut keys
Ctrl
CTRL + A: The cursor jumps to the beginning
Ctrl+g: Jump to the first few lines
Ctrl+m: jump to corresponding parentheses
Ctrl+shift+a: Check the previous section of the current line cursor
Ctrl+shift+m: Check the contents of the current parenthesis, repeating the parentheses themselves
Command
Command+p: Searching for files in a project
COMMAND+W: Close the currently open file
Command+d: Select words, repeat to add the next same word
Command+l: Select rows, repeat to select the next row in turn
Command+x: Delete When moving forward
Command+m: Hide Current item
Command+h: Hide All items
Command+u: Soft undo, undo cursor Position
Command+j: Merging the current row and the next row
Command+f: Find Content
Command+r: Go to Method
Command+n: New Window
command+alt+/: Block comment, and focus to the first line, write the comment description with the
Command+control+f: Enter or exit full screen mode
command+shift+: Check all above the cursor
command+shift+: Check the cursor below all
command+alt+ Number: Split screen
Command+shift+p: Open Command Panel
COMMAND+SHIFT+W: Close all open files and exit the app
Command+shift+v: Pasting and formatting
Command+shift+enter: Inserting a new row before the current line
COMMAND+SHIFT+F: Global Find and replace
Sublime Text 3 MAC