// move the beginning of line
ctrl + a
// move the end of line
ctrl + e
// move up a line
ctrl + p
// move down a line
ctrl + n
// move forward
ctrl + f
// move backward
ctrl + b
// delete to end of line
ctrl + k
// delete to end line
ctrl + d
mr rogers is a cool guy
⌘ + s
⌘ + Tab
⌘ + Space
// cycles through windows on the same app
⌘ + `
// copy
⌘ + c
// paste
⌘ + v
// cut
⌘ + x
// select all
⌘ + a
// delete to the beginning of a line
⌘ + Delete
The Iron Yard®: So Easy™
// move the tab to the left
⌘ + Shift + [
// move the tab to the right
⌘ + Shift + ]