Skip to content

Commit

Permalink
docs: fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSilvester committed Nov 2, 2024
1 parent d8bbb11 commit 1c21cf3
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@
```sh
choco install wezterm -y
```

</details>
</details>

- <details>
<summary>Install Nightly</summary>
Expand All @@ -118,13 +117,12 @@
scoop bucket add k https://github.com/KevinSilvester/scoop-bucket
scoop install k/wezterm-nightly
```

</details>
</details>

> :bulb:<br>
> Toast notifications don't work in non-portable installations.<br>
> See issue <https://github.com/wez/wezterm/issues/5166> for more details
---
**MacOS**
Expand All @@ -144,8 +142,7 @@
sudo port selfupdate
sudo port install wezterm
```
</details>
</details>
- <details>
<summary>Install Nighlty</summary>
Expand All @@ -161,8 +158,7 @@
```sh
brew install --cask wezterm@nightly --no-quarantine --greedy-latest
```
</details>
</details>
---
Expand Down Expand Up @@ -194,7 +190,6 @@
>
> - <https://www.nerdfonts.com/#home>
> - <https://github.com/ryanoasis/nerd-fonts?#font-installation>
</details/>
&nbsp;
Expand Down Expand Up @@ -306,8 +301,8 @@ Most of the key bindings revolve around a <kbd>SUPER</kbd> and <kbd>SUPER_REV</k
| Keys | Action |
| ----------------------------- | -------------------- |
| <kbd>SUPER</kbd>+<kbd>n</kbd> | `SpawnWindow` |
| <kbd>SUPER</kbd>+<kbd>=</kbd> | Decrease Window Size |
| <kbd>SUPER</kbd>+<kbd>-</kbd> | Increase Window Size |
| <kbd>SUPER</kbd>+<kbd>=</kbd> | Increase Window Size |
| <kbd>SUPER</kbd>+<kbd>-</kbd> | Decrease Window Size |

&nbsp;

Expand Down

0 comments on commit 1c21cf3

Please sign in to comment.