Open the Package control:
Press the Ctrl + ' , enter the code
Import Urllib.request,os; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); Open (Os.path.join (IPP, PF), ' WB '). Write (Urllib.request.urlopen (' http://sublime.wbond.net/' + pf.replace (', '%20 ')) . Read ()) |
Common shortcut keys:
Search for class:
- Ctrl+f:
-
General Search
- ctrl+shift+f :
-
Search in multiple Files
- ctrl+shift+p :
-
Open a Command box, enter a keyword, call Sublime Text or plug -in functionality
- ctrl+p :
-
Open the search box:
-
- " : " + Digital ???? : Jump To line
-
- " @ " + function Name: Jump to function
-
- " # " + Keywords : Select all keywords
Select class:
- Ctrl+d :
-
Select the text that the cursor occupies, and continue with the next same text selected.
- alt+f3 :
-
Select all the same words at the same time.
- Ctrl + left button:
-
Inserts the cursor at the selected place (that is, you can edit multiple places simultaneously)
- ctrl+→ :
-
Move the cursor to the right with the word standard
- alt+→ :
-
Move the cursor to the right with a word, and if uppercase in the word, it jumps to the upper case
Edit class:
- ctrl+shift+k :
-
Delete entire row
- ctrl+shift+↑ :
Swap the cursor line with the previous line
- Ctrl+enter :
Insert a blank line on the next line (regardless of whether the cursor is at the end of the row)
- ctrl+/ :
-
Comment Line
- ctrl+shift+/ :
-
Comment Multiple lines
Display class:
- Ctrl+tab :
Toggles the tab of the current window in the order in which the files are browsed
- alt+shift+ Number:
Split screen Display
- F11 :
Full Screen mode
Sublime Text 3 shortcut keys