Skip to content

Instantly share code, notes, and snippets.

View feloham's full-sized avatar

Feloham feloham

View GitHub Profile
@feloham
feloham / sublime-shortcuts
Created April 28, 2018 18:47 — forked from marc-gist/sublime-shortcuts
Sublime Shortcuts
h1. Sublime Text 2 - Useful Shortcuts (PC)
Loosely ordered with the commands I use most towards the top. Sublime also offer "full documentation":http://www.sublimetext.com/docs/2/.
h2. 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 |
@feloham
feloham / vanilla-js-cheatsheet.md
Last active March 24, 2018 14:23 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet
@feloham
feloham / media-query.css
Created March 18, 2018 04:31 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS