Quick use of sublime text3 and sublimetext3
- Ctrl + N create an editing area ,! Add a tab to create an html skeleton file.
- Ctrl + Shift + P open command mode, sshtml switch html syntax. Exit esc, Ctrl + 'Open workbench,
- Ctrl + Enter Add a row under the current row. Ctrl + Shift + Enter Add a row to the current row.
- Ctrl + P open Goto Anything and enter # body, which can match the body tag. You can also search for other html files in Goto Anything.
- Ctrl + H search and replace. Ctrl + A select all, Ctrl + l select the current row, and Ctrl + C paste the row.
- Ctrl +/comment, Ctrl + Shift +/comment a section.
- Ctrl +] is to increase indentation. Ctrl + J merge a row.
- Press Ctrl + Shift + V to save the format.
- Alt + F3 is a multiline cursor that selects all the same content. Ctrl + D is to select the same content, and Ctrl + K is to skip the same content. Hold down the shift key, and then right-click and drag down to generate multiple rows of cursors.
- Alt + Right-click the keyboard and move it to the right (granularity is a word). Ctrl + Right-click the keyboard and move it to the right (granularity is a segment ). Alt + Shift + right-click or left-click the keyboard to select the content.
- Reindent Lines adjusts indentation and Key Bindings-Uer sets the shortcut Key.