Skip to content

Instantly share code, notes, and snippets.

@zacacollier
Last active June 5, 2017 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacacollier/02fbd792008f33cadc6d7e1a4cece99e to your computer and use it in GitHub Desktop.
Save zacacollier/02fbd792008f33cadc6d7e1a4cece99e to your computer and use it in GitHub Desktop.
hotkeys.md
  • Command - Tab / Command - Shift - Tab # Cycle active window forwards / backwards

  • Command - 1 / 2 / 3 ... 9 # select first tab, second tab third tab, or last tab (Chrome and Atom)

  • Command - R # Reload (Chrome)

  • Command - Space # Spotlight search (you should almost never have to use finder to open an application)

  • Command - S # Save (Atom, Word, almost any GUI application really)

# Got a lot of words to delete? Instead of just holding Backspace for the rest of your life:

  • Command - Backspace # Delete to beginning of line

  • Alt - Backspace # Delete single word

  • Command - [ / ] # Indent backwards / forwards

  • Command - D # Find and select next instance of currently selected word(s). This one rules!

  • Command - F # Find in page (both Atom and Chrome)

    • Command - G / Command - Shift - G # Cycle through search results forward / backward
  • Command - T # New Tab

  • Command - Q # Quit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment