Categories
Полезное

Sublime

Sublime text 3 commands

  1. 1. Drag and drop folder to the editor’s area to open the project
  2. 2. Ctrl + kb closes the side bar
  3. 3. Ctrl + p search for a document
  4. 4. Ctrl + shit + p change the interpreter of the syntaxis
  5. 5. Indentation can be transformed to tabs or to spaces
  6. 6. Preferences -> Settings -> Default 
  7. 7. User/Preferences – sublime-settings overrides the default settings
  8. 8. Ctrl + / comment line or lines
  9. 9. Ctrl + / + v pastes with indentation
  10. 10. Multiple cursors using middle mouse button
  11. 11. Alt selection – selects block, allows editting multiple lines
  12. 12. Ctrl + g selects words similar to what is under the cursor
  13. 13. Shift + ctrl + d – duplicate lines
  14. 14. Ctrl + q record / stop recording macros
  15. 15. Ctrl + shift + q play macros
  16. 16. Ctrl + cmd + g – find and replace
  17. 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"
]
}

 

Leave a Reply