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

@ -9,26 +9,21 @@ Set Shell "bash"
Set Theme "tokyonight"
Set TypingSpeed 250ms
Hide
Type@0ms "alias nvim='./nvim.sh'" Enter
Type@0ms "clear" Enter
Show
Type "nvim comment.go" Sleep 150ms Enter
Hide Type@0ms "./nvim.sh comment.go" Enter Show
# package
Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms
# func
Type "3j"
Type@400ms "jjj"
Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms
# struct
Type "3j"
Type@400ms "jjj"
Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms
# interface
Type "3j"
Type@400ms "jjj"
Type ":GoCmt" Enter Sleep 500ms Escape Sleep 700ms
Sleep 5s