Sublime Text 3 plug-in installation and Vim mode settings

Source: Internet
Author: User
Tags sublime text

Sublime Text 3

1. Install Sublime Text 3

Download Install: HTTP://WWW.SUBLIMETEXT.COM/3

Package Control Installation:https://sublime.wbond.net/installation

2. How to install plug-ins

  After installing in the 1th step, press Ctrl+shift+p, enter Insta in the drop-down menu to select the install package press ENTER, enter the plug-in name in the input box that pops up and select to install the plugin:

  

3. Common Plug-ins

1, ConvertToUTF8 support a variety of codes to solve the problem of Chinese garbled.

2, bracket highlighter is used to highlight matching brackets, quotation marks, HTML tags.

3. Docblockr can automatically generate Phpdoc-style annotations.

4, Emmet quickly write HTML, the original Zen Coding.

5, SideBar Enhancements This plugin improved the sidebar, adding a lot of features

4. Theme

Theme in Sublime Text in fact also belongs to plug-in, so the method of installing the theme is consistent with the installation plug-in, enter the subject name Brogrammer to complete the installation.

Then go to Settings: in the menu bar Preferences-Setting-user, add the following two line options in the open profile (note that if there are other options, add the corresponding comma to separate them):

  

"Theme": "Brogrammer.sublime-theme",
"Color_scheme": "Packages/theme-brogrammer/brogrammer.tmtheme"

Topic Details: Https://packagecontrol.io/packages/Theme%20-%20Brogrammer

5. Enable Vim mode

in the menu bar: Preferences-Setting-user, you can open the configuration file for editing, emptying the contents of the ignored_packages item []:

"Ignored_packages":
[
]

This enables VIM mode, which is entered in vim mode by pressing ESC to exit edit mode.

Vim Mode shortcut key description please view http://feliving.github.io/Sublime-Text-3-Documentation/vintage.html

Some friends feedback installation plugin always prompt failed, this is due to network instability, you can consider the use of vpn:http://www.cnblogs.com/zuike/p/4065586.html

Sublime Text 3 plug-in installation and Vim mode settings

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.