You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,19 @@
17
17
18
18
### Option 3: Install Directly from GitHub:
19
19
1. Download the latest `.vsix` package from the [GitHub Releases page](https://github.com/adamovera/nested/releases).
20
-
2. In VS Code, open the **Command Palette** (`Ctrl+Shift+P` or `Cmd+Shift+P` on macOS).
20
+
2. In VS Code, open the **Command Palette** (`Ctrl+Shift+P`on Windows/Linux or `Cmd+Shift+P` on macOS).
21
21
3. Search for **"Install from VSIX..."**.
22
22
4. Select the downloaded `.vsix` file to install the extension.
23
23
24
24
## Usage
25
25
26
26
### Add Indentation (4 spaces):
27
27
1. Select the lines you want to indent.
28
-
2. Press `Ctrl+Shift+Space` (Windows/Linux) or `Cmd+Shift+Space` (Mac) or use the **Add 4 Spaces to Selected Lines** command in the **Command Palette**.
28
+
2. Press `Ctrl+Shift+Space` (Windows/Linux) or `Cmd+Shift+Space` (macOS) or use the **Add 4 Spaces to Selected Lines** command in the **Command Palette**.
29
29
30
30
### Remove Indentation (4 spaces):
31
31
1. Select the lines you want to un-indent.
32
-
2. Press `Ctrl+Shift+Backspace` (Windows/Linux) or `Cmd+Shift+Backspace` (Mac) or use the **Remove 4 Spaces from Selected Lines** command in the **Command Palette**.
32
+
2. Press `Ctrl+Shift+Backspace` (Windows/Linux) or `Cmd+Shift+Backspace` (macOS) or use the **Remove 4 Spaces from Selected Lines** command in the **Command Palette**.
33
33
34
34
## Example Use Cases
35
35
-**Markdown lists**: Nest or un-nest items in bullet-point or numbered lists.
0 commit comments