Skip to content

Instantly share code, notes, and snippets.

@chris-nowicki
Forked from w3cj/macos_kb.md
Created April 14, 2024 21:58
Show Gist options
  • Save chris-nowicki/b7c6aac604f8019fbb5ddf468396b3b7 to your computer and use it in GitHub Desktop.
Save chris-nowicki/b7c6aac604f8019fbb5ddf468396b3b7 to your computer and use it in GitHub Desktop.

macOS Keyboard Shortcuts You Should Know

These keyboard shortcuts will work in most, if not all text editing places in macOS. (Form input, text editors, web browsers etc.) These keyboard shortcuts will also work on Windows (replace CMD with CTRL).

Jump Over Words

ALT + Left/Right

Go to end of line

CMD + Right

Go to beginning of line

CMD + Left

Go to the top of a file

CMD + Up

Go to the bottom of a file

CMD + Down

Select by Word

SHIFT + ALT + Left/Right

Select the rest of a line from current cursor

SHIFT + CMD + Left/Right

Select everything above/below the current cursor

SHIFT + CMD + Up/Down

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