Skip to content

Commit 6a528e2

Browse files
authored
Update README.md
1 parent c4c189b commit 6a528e2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,23 @@ It was originally based on [vim-slime](https://github.com/jpalardy/vim-slime).
1313

1414
1. Start livecoding with Vim by simply running:
1515

16-
$ tidalvim
16+
```bash
17+
$ tidalvim
18+
```
1719

18-
This creates a tmux session with Vim and Tidal running on different panes.
20+
This creates a tmux session with Vim and Tidal running on different panes.
1921

2022
2. Write something like this:
2123

22-
```haskell
23-
d1 $ sound "bd sn"
24-
```
24+
```haskell
25+
d1 $ sound "bd sn"
26+
```
2527

2628
3. While being on that line, press `<c-e>` (Control + E) to evaluate it.
2729

28-
You should see Vim flash that line for a second and a chunk of text appear on
29-
your Tidal interpreter. If you already have SuperDirt or other synth running,
30-
you should hear a kick and a snare :)
30+
You should see Vim flash that line for a second and a chunk of text appear on
31+
your Tidal interpreter. If you already have SuperDirt or other synth running,
32+
you should hear a kick and a snare :)
3133

3234

3335
## Install ##

0 commit comments

Comments
 (0)