Hi, my name is Daniel Brodin, and these are my notes

This is a collection of notes about web development. They are mostly made for me to remember things I find interesting, but also to express my thoughts and push myself in having to learn and go deeper in certain subjects.

If you have found your way here you are however welcome to stay and read as much as you like (not that I would be able to stop you anyway) :)

If you would like to contact me, here's how:

Sublime Text 2 shortcuts

Sublime Text 2 is an awesome editor, so I decided to start making a list of shortcuts I often use.

  • ⌘⌥. – close tag
  • ⌘J – join lines
  • ⌘⇧D – duplicate line
  • ⌘⌃UP – move line up
  • ⌘⌃DOWN – move line down
  • ⌘KU – upper case
  • ⌘KL – lower case
  • ⌃⇧K – delete row
  • ⌘KK – delete from cursor
  • ⌘⇧V – paste and indent
  • ⌘P – search files
  • ⌘P +file@ – search files + inside that file
  • ⌘P +file:# – search files + goto line number
  • ⌘R – search in file
  • ⌃G – goto line number in file
  • ⌘⌥1-4 – 1-4 columns layout
  • ⌘KB – show/hide sidebar