Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| { | |
| "AF": "Afghanistan", | |
| "AX": "Aland Islands", | |
| "AL": "Albania", | |
| "DZ": "Algeria", | |
| "AS": "American Samoa", | |
| "AD": "Andorra", | |
| "AO": "Angola", | |
| "AI": "Anguilla", | |
| "AQ": "Antarctica", |
| license: gpl-3.0 |
| // 1. Put yout fonts in the compiled folder of your projec. Ex.: www.yoursite.com/css/fonts/ | |
| // 2. To enable relative paths to assets via compass helper functions on config.rb uncomment relative_assets = true | |
| // Import the Compass Font Face module | |
| @import "compass/css3/font-face"; | |
| // regular | |
| @include font-face('cabin', | |
| font-files( | |
| 'Cabin-Regular-webfont.woff', woff, |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |