-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.tape
54 lines (50 loc) · 1.41 KB
/
welcome.tape
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Require nvim
# TODO: make hermetic
Set FontFamily "Maple Mono NF"
Set FontSize 32
Set Width 1920
Set Height 1080
Set Padding 0
Set PlaybackSpeed 0.5
Set Theme "Builtin Dark"
Type "nvim README.md" Sleep 500ms Enter
# The autocompletions at this speed are distracting
Hide
Type ':lua require("cmp").setup({enabled = false})' Sleep 500ms
Enter Sleep 500ms
Show
Sleep 2s
Type "O" Sleep 500ms
Hide Escape Sleep 500ms Type "O" Sleep 500ms Show
Type "Hello, " Sleep 500ms
Type "welcome to my Neovim configuration!" Sleep 500ms Enter
Sleep 2s
Type "The main configuration starts in `flake.nix`, " Sleep 250ms
Type "which just imports" Enter
Type "`config/default.nix`." Sleep 500ms
Escape Sleep 500ms
Sleep 4s
Type "hh" Sleep 500ms
Hide Type "gf" Sleep 500ms Show
Type "O# This file is `config/default.nix`." Sleep 500ms
Escape Sleep 500ms
Sleep 2s
Type "/imports" Sleep 500ms
Hide Enter Sleep 500ms Escape Sleep 500ms Type "O# " Sleep 500ms Show
Type "The most interesting import here is `./plugins`" Sleep 1s
Type ", which is at"
Enter Type "# `config/plugins/default.nix`" Sleep 500ms
Escape Sleep 500ms
Sleep 4s
Type "h" Sleep 500ms
Hide Type "gf" Sleep 500ms Show
Type "O# This file, " Sleep 250ms
Type "`config/plugins/default.nix`," Sleep 500ms
Type " has 99% of the plugin configuration." Sleep 500ms
Enter Sleep 500ms
Type "# Feel free to explore and pillage!" Sleep 500ms
Escape Sleep 500ms
Sleep 12s
Hide
Type ":qa!"
Enter Sleep 500ms