chore: start demos in vim (#122)

This commit is contained in:
Oleksandr Smirnov 2025-08-31 14:30:13 +03:00 committed by GitHub
parent 7e8c6f41aa
commit 295e21e637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 13 additions and 33 deletions

View file

@ -1,6 +1,6 @@
Output impl.gif
Require nvim
Require iferr
Require impl
Set FontFamily "JetBrains Mono"
Set Height 800
@ -10,14 +10,9 @@ Set Shell "bash"
Set Theme "tokyonight"
Set TypingSpeed 250ms
Hide
Type@0ms "alias nvim='./nvim.sh'" Enter
Type@0ms "clear" Enter
Show
Type "nvim impl.go" Sleep 150ms Enter
Hide Type@0ms "./nvim.sh impl.go" Enter Show
Type "2j"
Type ":GoImpl io.Reader" Sleep 500ms Enter
Type ":GoImpl c io.Reader" Sleep 700ms Enter
Sleep 5s