Created
March 23, 2013 14:45
-
-
Save ChenReuven/5227962 to your computer and use it in GitHub Desktop.
Sublime: My Shurtcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Important! | |
All Shurtcut is in: | |
perference -> Key Binding Defualt option! | |
1. Multiply Selection | |
Ctrl+D - for changes: Multiply Selection + Multiply Crusor | |
Alt+F3 | |
2. Search | |
Ctrl+F | |
Ctrl+I - Prefare Method | |
3. Options | |
Ctrl+Shift+P | |
4. Open Files/Go To Anything | |
Ctrl+P | |
5. Side Bar | |
Ctrl+K, B - show/hidden | |
6. symbols | |
functions: @ | |
a. Ctrl+R | |
b. Ctrl+P, @ | |
7. Comment | |
Ctrl+/ | |
Shift+"" | |
Shift+( | |
8.CSS | |
A. | |
p50 - padding | |
m10-10-10 - margin | |
w10 - width | |
B. All Browsers Support CSS3 attributes | |
i. -transition And Tab | |
-border-raduis And Tab | |
ii. Ctrl+Alt+X - Prefixer - Dangers FIX For CSS! | |
9. Zen Codeing = Emmet | |
a. ^ - Same Level tag | |
b. testing content code - lorem20 | |
c. implicte code Like: ul>.myli or em>.name | |
10. Fetch Tool - Powerfull Tool For Fetch Files And Packages | |
Ctrl + Shift + p -> "fetch ..." | |
11. open new Folder/File - Ctrl+Alt+N | |
12. Side Bar Enhancment | |
Ctrl+Shift+P-> SideBar Enhancment | |
13. Gist | |
14. Dic Blocer For Comment Generate | |
/** And Press Tab | |
15. Live Reload! | |
i. Press The Live Reload Connect On The Browser | |
ii. write something and see if it change is value | |
16. Regular Exprission | |
Ctrl+F or Ctrl+I -> Select Regular Exprission Button | |
Put your regulae exprission | |
find all regular exprission tag with Alt+Enter | |
17. Path - URLS | |
Ctrl+Shift+P -> "copy..." | |
"copy path from project" - Relative Path | |
"copy as tag..." - Full file import path for html, css etc... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment