Skip to content

Instantly share code, notes, and snippets.

@moonwave99
Created May 23, 2023 09:56
Show Gist options
  • Save moonwave99/1295aa172b3cf8c4baf668271a221b27 to your computer and use it in GitHub Desktop.
Save moonwave99/1295aa172b3cf8c4baf668271a221b27 to your computer and use it in GitHub Desktop.

Shortcuts

Text shortcuts

symbol name effect
⌘+c cmd + c copy selected text
⌘+v cmd + v paste selected text
⌘+x cmd + x cut selected text
⌘+a cmd + a select all text
⌘+→ cmd + right arrow go to end of line
⌘+← cmd + left arrow go to beginning of line
⌥+→ option + right arrow go to the next word
⌥+← option + left arrow go to the previous word
⇧+⌘+→ cmd + right arrow select until the end of line
⇧+⌘+← cmd + left arrow select until the beginning of line
⇧+⌥+→ option + right arrow select until the next word
⇧+⌥+← option + left arrow select until the previous word

Practice the shortcuts here.

General shortcuts

symbol name effect
⌘+tab cmd + tab cycles between open apps
⌘+space cmd + space opens Spotlight
⌘+w cmd + w closes current window
⌘+q cmd + q closes current app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment