From 0b5760f5796785dfb49139b94dfd758caf8e451a Mon Sep 17 00:00:00 2001 From: shauryak Date: Thu, 6 Aug 2020 21:27:37 +0530 Subject: [PATCH] Update README.md Fold/Unfold Windows and Linux are Ctrl+Alt+[ and Ctrl+Alt+] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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