Skip to content

Commit 1c21cf3

Browse files
docs: fix readme formatting
1 parent d8bbb11 commit 1c21cf3

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
```sh
100100
choco install wezterm -y
101101
```
102-
103-
</details>
102+
</details>
104103

105104
- <details>
106105
<summary>Install Nightly</summary>
@@ -118,13 +117,12 @@
118117
scoop bucket add k https://github.com/KevinSilvester/scoop-bucket
119118
scoop install k/wezterm-nightly
120119
```
121-
122-
</details>
120+
</details>
123121

124122
> :bulb:<br>
125123
> Toast notifications don't work in non-portable installations.<br>
126124
> See issue <https://github.com/wez/wezterm/issues/5166> for more details
127-
125+
128126
---
129127
130128
**MacOS**
@@ -144,8 +142,7 @@
144142
sudo port selfupdate
145143
sudo port install wezterm
146144
```
147-
148-
</details>
145+
</details>
149146
150147
- <details>
151148
<summary>Install Nighlty</summary>
@@ -161,8 +158,7 @@
161158
```sh
162159
brew install --cask wezterm@nightly --no-quarantine --greedy-latest
163160
```
164-
165-
</details>
161+
</details>
166162
167163
---
168164
@@ -194,7 +190,6 @@
194190
>
195191
> - <https://www.nerdfonts.com/#home>
196192
> - <https://github.com/ryanoasis/nerd-fonts?#font-installation>
197-
198193
</details/>
199194
200195
&nbsp;
@@ -306,8 +301,8 @@ Most of the key bindings revolve around a <kbd>SUPER</kbd> and <kbd>SUPER_REV</k
306301
| Keys | Action |
307302
| ----------------------------- | -------------------- |
308303
| <kbd>SUPER</kbd>+<kbd>n</kbd> | `SpawnWindow` |
309-
| <kbd>SUPER</kbd>+<kbd>=</kbd> | Decrease Window Size |
310-
| <kbd>SUPER</kbd>+<kbd>-</kbd> | Increase Window Size |
304+
| <kbd>SUPER</kbd>+<kbd>=</kbd> | Increase Window Size |
305+
| <kbd>SUPER</kbd>+<kbd>-</kbd> | Decrease Window Size |
311306

312307
&nbsp;
313308

0 commit comments

Comments
 (0)