Sublime text 3 shortcut keys Daquan and configuring the compilation environment

Source: Internet
Author: User

Sublime Text 3 shortcut key Daquan and the configuration of the compilation environment Sublime text 3 is the code of the farm's favorite coding editor, daily and code to deal with, its prerequisite, master the Basic Code Editor shortcut keys, can let you play code more efficient. It may be a little rusty at first, just take a two-week stay and familiarize yourself with these frequently used shortcuts!Sublime Text 3 is the code of the farm's favorite coding editor, daily and code to deal with, its prerequisite, master the Basic Code Editor shortcut keys, can let you play code more efficient. It may be a little rusty at first, just take a two-week stay and familiarize yourself with these frequently used shortcuts! In fact sulime text menu bar Each option will prompt related shortcut keys, you can see for yourself, this article is mainly to organize some hidden or not to be explored shortcut keys!

Sublime Text 3 shortcut key Essence Edition

Ctrl+ Shift+p: Open Command Panel
Ctrl+p: Search for files in Project
Ctrl+g: Jump to the first few lines
Ctrl+w: Close the currently open file
Ctrl+shift+w: Close all open files
ctrl+shift+ V: Paste and Format
Ctrl+d: Select a word, repeat to increase the selection of the next same word
Ctrl+l: Select a row, repeat to select the next line
Ctrl+shift+l: Select multiple lines
ctrl+shift+ Enter: Insert new row before current line
Ctrl+x: Delete current line
Ctrl+m: jump to corresponding parenthesis
Ctrl+u: Soft undo, undo cursor Position
Ctrl+j: Select label Content
Ctrl+f: Find what
Ctrl +shift+f: Find and replace
Ctrl+h: Replace
Ctrl+r: Go to method
Ctrl + N: New window
Ctrl+k+b: Toggle Sidebar
Ctrl+shift+m: Check the contents of the current parenthesis, Repeat optional parenthesis itself
Ctrl+f2: set/delete marker
ctrl+/: Comment Current line
ctrl+shift+/: Current position Insert Comment
ctrl+alt+/: block comment, and focus to the first line, write comment description with
Ctrl+shift+a: Select the current label before and after, modify the label with the
F11: Full screen
Shift+f11: fullscreen free mode, edit only the current file
Alt+f3: Select all the same words
Alt +.: Closed label
ALT + shift+ Number: Split-screen display
ALT + number: Toggle Open nth File
shift+ right-drag: cursor more than, used to change or insert column contents
Mouse forward back key Toggle tab file
Press CTRL, tap or SELECT, Multiple places to edit
Press ctrl+shift+ up and down, alternate rows

Select Class

ctrl+d Selects the text that the cursor occupies, and continues, the next identical text is selected.

alt+f3 Selected text press the shortcut key, you can select all the same text at once to edit simultaneously. Give a chestnut: quickly select and change all the same variable names, function names, and so on.

ctrl+l Select the entire row, continue to select the next row, the effect is the same as the shift+↓ effect.

ctrl+shift+l Select multiple rows First, and then press the shortcut key to insert the cursor at the end of each line to edit the rows at the same time.

ctrl+shift+m Select the contents in parentheses (continue to select the parent bracket). Give me a chestnut: Quickly select the code in the delete function, rewrite the function body code, or rewrite the contents of the parentheses inside.

ctrl+m cursor moves to the end or start position within the parentheses.

Ctrl+enter Inserts a new row in the next line. For a chestnut: even if the cursor is not at the end of the line, you can quickly insert a line down.

Ctrl+shift+enter Inserts a new row in the previous line. For a chestnut: even if the cursor is not at the beginning of the line, it can be inserted quickly.

ctrl+shift+[ Select the code, press the shortcut key, and collapse the code.

ctrl+shift+] Select the code, press the shortcut key, and expand the code.

ctrl+k+0 expands all collapsed code.

ctrl+← Move the cursor to the left and move the cursor quickly.

ctrl+→ Move the cursor to the right and move the cursor quickly.

shift+↑ Select multiple rows upwards.

shift+↓ Select multiple rows.

shift+← Select the text to the left.

shift+→ Select the text to the right.

ctrl+shift+← Select the text to the left of the unit.

ctrl+shift+→ Select the text to the right of the unit.

ctrl+shift+↑ swaps the cursor line and the previous line of code (before inserting the row of the cursor into the previous row).

ctrl+shift+↓ swaps the lines of the cursor and the next line of code (inserts the row of the cursor after the next line).

ctrl+alt+↑ Add a multiline cursor up, and you can edit multiple lines at the same time.

ctrl+alt+↓ Adds a multiline cursor down to edit multiple lines at the same time.

Edit Class

ctrl+j Merge the selected lines of code to one line. For a chestnut: merge the CSS properties of the multiline format into one line.

ctrl+shift+d The entire line where the cursor is copied, and inserts it into the next row.

Tab Right indent.

Shift+tab indents to the left.

ctrl+k+k removes code from the cursor at the end of the line.

ctrl+shift+k Delete the entire row.

ctrl+/ Comment Line.

ctrl+shift+/ Comment multiple lines.

ctrl+k+u Convert uppercase.

ctrl+k+l Convert lowercase.

CTRL + Z Undo.

ctrl+y restore undo.

ctrl+u Soft undo, feeling and gtrl+z the same.

ctrl+f2 Setting bookmarks

ctrl+t around the letter interchange.

F6 Word detection spelling

Search class

ctrl+f Open the bottom search box to find keywords.

ctrl+shift+f in folders, unlike the normal editor is sublime allow to add multiple folders to find, slightly high-end, not researched.

ctrl+p Open the search box. For a chestnut: 1. Enter the file name in the current project, quickly search for files, 2, enter @ and keywords, find the function name in the file, 3, enter: And number, jump to the line code in the file, 4, enter # and keyword, find the variable name.

ctrl+g Open the search box and automatically take:, enter a number to jump to that line of code. For a chestnut: Quickly locate a file in which the page code is relatively long.

ctrl+r Open the search box, automatically with @, enter keywords, find the function name in the file. For a chestnut: Quickly find a function on a page with more functions.

Ctrl +: Open the Search box, automatically with #, enter keywords, find variable names in the file, attribute names, and so on.

ctrl+shift+p Open the Command box. Scene Chestnut: Open the Name box, enter the keyword, call sublime text or plug-in features, such as using the package installation plugin.

ESC exits the cursor multi-line selection, exits the search box, command box, and so on.

Display class

ctrl+tab Toggles the tab of the current window in the order in which the files were browsed.

ctrl+pagedown Toggles the tab of the current window to the left.

ctrl+pageup Toggles the tab of the current window to the right.

alt+shift+1 window split screen, restore the default 1 screen (non-keypad number)

alt+shift+2 left and right split screen-2 columns

alt+shift+3 left and right split screen-3 columns

alt+shift+4 left and right split screen-4 columns

alt+shift+5 4 screen

alt+shift+8 Vertical split screen-2 screen

alt+shift+9 Vertical Split screen-3 screen

ctrl+k+b Toggle the sidebar on/off.

F11 Full Screen mode

shift+f11 free-to-disturb mode

Sublime text 3 shortcut keys Daquan and configuring the compilation environment

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.