diff --git a/README.md b/README.md
index 3334e48..9446897 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Some general keyboard shortcuts that I use frequently.
| Select All The Same Words At Once | cmdctrlg | altf3 | altf3 | This shortcut is similar to cmdd/ctrld but it selects all the matching words at once. |
| Show Symbols Palette | cmdr | ctrlr | ctrlr | This shortcuts opens a palette that lists all the symbols (or functions) in your current file allowing you to fuzzy search and jump lines. |
| Show auto-completions | ctrlspace | ctrlspace | ctrlspace | Show available auto-completions |
-| Fold/Unfold sections of code | optioncmd[ and optioncmd] | ctrlshift[ and ctrlshift] | ctrlshift[ and ctrlshift] | Fold and Unfold sections of code
+| Fold/Unfold sections of code | optioncmd[ and optioncmd] | ctrlalt[ and ctrlalt] | ctrlalt[ and ctrlalt] | Fold and Unfold sections of code
| Fold/Unfold at a specific indentation level | cmdk then cmd(0-9) | ctrlk then ctrl(0-9) | ctrlk then ctrl(0-9) | Fold/Unfold at a specific indentation level where the number is the indentation depth
## Various Packages