sublime3

http://www.cnblogs.com/bananaplan/p/Sublime-Text-3-Powerful.html

http://blog.csdn.net/cywosp/article/details/31791881

 

hot key:

1. Ctrl+Shift+P plugin installation

2. Ctrl+P fuzzy search file

3. Ctrl+R find function method

Navigate to line, Ctrl+G

Find logo, Ctrl+P

 

Synchronous editing in multiple places, Ctrl+D, I often use this function, very good.

ctrl + click: Clicking anywhere you want to edit will create a cursor

 

Double-click to select the user, then Ctrl+D, it will select the user down, repeat until you are satisfied with the position, and then you can edit it uniformly.

Hold down Shift, then hold down the right mouse button, and finally, pull down vertically

 

After Ctrl+F, Enter finds the next one, and Shift+Enter finds the previous one.

Ctrl+H, find and replace, not much to say.

Ctrl+Shift+F, this one has to be bold and red, just point to it alive. How to say, it can be called full project search, that is, in the project you are currently opening, according to the characters you enter

 

 

shift+ctrl+← will select the text

shift+ctrl key combination+↑↓ can achieve the effect of moving after mouse selection

ctrl+shift+d: Quickly copy the entire line where the cursor is located and copy it before the line

 

 

file switching) ctrl + p

Jump marker, jump to a method) ctrl + r

Ctrl+Alt+A Select the line to be adjusted, then press, the code is aligned

 

 

Ctrl+K+B Turn on/off the sidebar.

F11 full screen mode

 

 

Shortcut key to delete entire line Ctrl+Shift+K

 

Use of various plug-ins for markdown: http://www.jianshu.com/p/7cbd50058ea3

1 markdown-preview: alt+m preview markdown file 

 

2 OmniMarkupPreviewer plug-in markdown file real-time preview

{

    "renderer_options-MarkdownRenderer": {

        "extensions": ["tables", "fenced_code", "codehilite"]

    }

}

Right click ->Preview markup in browser or

Preview shortcut: ctrl+alt+o

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326086924&siteId=291194637