File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,23 @@ It was originally based on [vim-slime](https://github.com/jpalardy/vim-slime).
13
13
14
14
1 . Start livecoding with Vim by simply running:
15
15
16
- $ tidalvim
16
+ ``` bash
17
+ $ tidalvim
18
+ ```
17
19
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.
19
21
20
22
2 . Write something like this:
21
23
22
- ``` haskell
23
- d1 $ sound " bd sn"
24
- ```
24
+ ``` haskell
25
+ d1 $ sound " bd sn"
26
+ ```
25
27
26
28
3 . While being on that line, press ` <c-e> ` (Control + E) to evaluate it.
27
29
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 :)
31
33
32
34
33
35
## Install ##
You can’t perform that action at this time.
0 commit comments