Sublime jump
ctrl+P
Goto anything is not a virtual Name:
- Use
ctrl+P
You can quickly jump to any file in the current project and perform keyword matching.
- Use
ctrl+P
After@
(Orctrl+R
) To quickly list/jump to a function.
- Use
ctrl+P
After#
You can search in the current file.
- Use
ctrl+P
After:
(OrCtrl+G
) With numbers, you can jump to the corresponding row.
- What's cool is that you can use
ctrl+P
Add some keywords to jump to a file and add@
To list/jump to a function in the target file, or add#
To search the target file or add:
And numbers to jump to the corresponding row in the target file.
Multi-selection)
The multi-choice function allows multiple cursors to exist on the page at the same time, making it easy for many tasks that require regular expressions, advanced searches, and replacements.
The methods for activating multiple choices are:TwoSeveral types:
- Press and hold
ctrl
OrAlt
, And then click at the cursor position on the page.
- Select several lines of text, and then press
Shift
+
ctrl + L
.
- By repeatedly pressing
Control
+ D
You can add the words in the full text that are the same as the words in the current position of the cursor to the selection, and directly PressAlt+F3
You can select all the same words at a time.
- Press the Middle-click button to select the vertical column. You can also enter the multi-edit status.
Organized from: http://lucifr.com/2011/08/31/sublime-text-2-tricks-and-tips/#dev