mac version sublime shortcuts Daquan

According to these categories Category:
File Edit View go to Tools and select Find Project window to help set
a file
cmd + N New file
cmd + S to save the file
cmd + shift + S File Save As
+ alt + S to save all files cmd

cmd + shift + T to open a recently closed file

cmd + shift + N new window
cmd + shift + W Close

cmd + W Close file
cmd + Q to close the program

Second, edit
cmd + Z Undo
cmd + Y Redo

cmd + V to paste
cmd + shift + V to paste and indent
cmd + altv + V choose Paste from the history of (the good)

Operation of the line:
cmd +] indented to the right
cmd + [Indent Left
cmd + J upward indent

cmd + ctrl + ↑ move up the rows
cmd + ctrl + ↓ move down the line

cmd + shift + D to copy the above line
cmd + shift + K Delete this line

cmd + Backspace to delete start
ctrl + K Delete to the end

cmd + shift + Enter new row up
cmd + Enter a new row down

Other:
cmd + / switch Note
cmd + alt + / switch block comment
cmd + T handover file

Cursor:
cmd + ↑ ↓ ← →
cmd + ↑ beginning of the file
cmd + ↓ end of the file
cmd + ← line beginning at
cmd + → line at the end

ctrl + E at the end of a row (invalid)
Ctrl + F. Previous character
ctrl + A at the beginning of the line
ctrl + B back one character

 

Third, select
cmd + A Select
cmd + L Select line
cmd + D Select words, multiple choice same word down (very strong)

cmd + shift + space Select area
ctrl + shift + M to select all the brackets
cmd + shift + J retracted to select all the
cmd + shift + A select all to a label


Fourth, find
cmd + F find
cmd + G Find Next
cmd + shift + G before a lookup
cmd + I is incremented to find

cmd + alt + F instead of
cmd + alt + E instead of the next

cmd + alt + G Swift Current word under the cursor
cmd + ctrl + G to quickly find all
cmd + D Find Next

cmd + shift + F Find in Files


Fifth, the view
cmd + K + B show and hide the sidebar
ctrl + `to display the console
cmd + ctrl + F Full Screen
cmd + ctrl + shift + F Undo Full Screen

cmd + alt + 1/2/3 the screen into pieces (lateral)
cmd + Alt + Shift +-by- 1/2/3 the screen into pieces (longitudinal)

 

Six, destined
cmd + P go anywhere
cmd + R to the sign function
ctrl + G to the first few lines of the


Seven tools
cmd + shift + P command to open the panel
cmd + B to execute code
cmd + shift + B specifying program code execution


Eight projects
cmd + ctrl + P to quickly switch project

Guess you like

Origin www.cnblogs.com/htmlphp/p/12038387.html