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).
1313
14141 . 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
20222 . Write something like this:
2123
22- ``` haskell
23- d1 $ sound " bd sn"
24- ```
24+ ``` haskell
25+ d1 $ sound " bd sn"
26+ ```
2527
26283 . 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 ##
You can’t perform that action at this time.
0 commit comments