Skip to content

Instantly share code, notes, and snippets.

@ZoeyYoung
ZoeyYoung / dabblet.css
Created October 10, 2016 10:17 — forked from csssecrets/dabblet.css
Native modal dialog (limited support)
/**
* Native modal dialog (limited support)
*/
dialog::backdrop {
background: rgba(0,0,0,.8)
}
@ZoeyYoung
ZoeyYoung / gist:4239908
Created December 8, 2012 11:27 — forked from aisensiy/gist:3618541
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after