| 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.
| 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 |