Sublime text 3 commands
- 1. Drag and drop folder to the editor’s area to open the project
- 2. Ctrl + kb closes the side bar
- 3. Ctrl + p search for a document
- 4. Ctrl + shit + p change the interpreter of the syntaxis
- 5. Indentation can be transformed to tabs or to spaces
- 6. Preferences -> Settings -> Default
- 7. User/Preferences – sublime-settings overrides the default settings
- 8. Ctrl + / comment line or lines
- 9. Ctrl + / + v pastes with indentation
- 10. Multiple cursors using middle mouse button
- 11. Alt selection – selects block, allows editting multiple lines
- 12. Ctrl + g selects words similar to what is under the cursor
- 13. Shift + ctrl + d – duplicate lines
- 14. Ctrl + q record / stop recording macros
- 15. Ctrl + shift + q play macros
- 16. Ctrl + cmd + g – find and replace
- 16. Shift + cmd + g – find and replace
package installer – install package
EasyMotion
Emmet
Sublime encoding problem
{ "font_size": 13, "fallback_encoding": "Cyrillic (Windows 1251)", "ignored_packages": [ "Vintage" ] }