Skip to content

Instantly share code, notes, and snippets.

@w3cj
Last active June 2, 2024 02:26
Show Gist options
  • Save w3cj/022081eda22081b82c52 to your computer and use it in GitHub Desktop.
Save w3cj/022081eda22081b82c52 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