Emacs reference

This isn't supposed to be a complete list of Emacs keybinds, it's mostly just for me.
Keybinds in yellow = custom

Opening a file C-x C-f
Run lisp function at cursor C-x C-e
Close Emacs C-x C-c
Find keybind of a command C-h w
Open Emacs manual C-h i
Search manual C-h a

Emacs Web Wowser

This is what I did to use Tor as a proxy for Eww:

(setq eww-retrieve-command'("torify" "curl"))
Open new pageG

HTML mode

Insert a tag with attributes C-c C-t
Close tag C-c C-t

mpdmacs mode

Next song C-c C-$ >
Toggle playback C-c C-$ p