Change the computer, Sublime Text 3 reconfigure again, make a record
1. Download: HTTP://WWW.SUBLIMETEXT.COM/3
2. Plug-In Manager package control (Ctrl + ')
1 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 ())
Restart Sublime
3. Install plugins (Ctrl + Shift + P-installed)
1) Alignment: Default shortcut key Ctrl + Alt +a, and QQ conflict, modify Preference-key Bindings, User, add a row
{"Keys": ["Ctrl+alt+i"], "command": "Alignment"}
2) Emmet:zen Coding write Html/css
3) CTags: function jump, need to download Ctags58.zip, Link: http://pan.baidu.com/s/1nt3d5Tf Password: rby7
Open Preferences, Package Control, Settings, Ctags, Settings-user and Settings-default to copy the configuration from default to US Er, and then change the executable path of "command" configuration item to Ctags
Right-click on the project file on the left side of the sidebar to see the Ctags:rebuild Tags menu item, execute, wait, and then select a function, right-click to open Navigate to Definition menu item and execute, can jump
4) ConvertToUTF8: Can see GBK format file will not garbled
5) Tags:html/xml label indentation, completion and checksum, shortcut CTRL + ALT + F
6) HTML-CSS-JS prettify: Format code, need to install node. js, configure the path of the plugin node
7) GIT & gitgutter: No che cut, but now often SVN
4. Themes
1) Theme–soda:package Control direct Search installation, where Microsoft Yahei mono fonts need to download installation, Link: http://pan.baidu.com/s/1bnct6Zd Password: 85nl
Setting-user settings are as follows
{"Auto_complete_commit_on_tab": false, "Draw_minimap_border": True, "Draw_white_space": "All", "Font_face": " Microsoft Yahei Mono "," font_size ": 16.0," Highlight_line ": True," Highlight_modified_tabs ": True," ignored_packages ": [ "Vintage", "Livestyle"], "Line_padding_bottom": 1, "Line_padding_top": 1, "Tab_size": 4, "theme": "Soda Dark 3." Sublime-theme "," translate_tabs_to_spaces ": True," Trim_trailing_white_space_on_save ": True," Word_wrap ": true}
2) Monokai extended:package Control Direct Search Installation
There is also a download yourself add, https://github.com/jonschlinkert/sublime-monokai-extended, under the file installation directory sublime Text 3/packages/color Scheme-default.sublime-package, file renamed to Color Scheme- Default.sublime-package.zip, then add the theme file to be added, and then remove the. zip overwrite the original file, restart the sublime, the theme is visible.
Sublime Text 3 Person configuration