Skip to content

Instantly share code, notes, and snippets.

@mason-stewart
Last active August 29, 2015 14:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mason-stewart/149672bab330ab93b6c0 to your computer and use it in GitHub Desktop.
Save mason-stewart/149672bab330ab93b6c0 to your computer and use it in GitHub Desktop.
How to be cool with keyboard shortcuts omg
// 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 + ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment