A terminal typing test with vim mode.
Web: snipetype.com
bunx snipetype@latest
# or
npx snipetype@latestsnipetype # 10 random words
snipetype -m sentences # coherent sentences
snipetype -m code -l rust # code snippets
snipetype -m vim # multi-line vim editing
snipetype -t 60 # 60 second challenge| Key | Action |
|---|---|
ctrl+p |
settings |
tab |
restart / indent (vim insert) |
ctrl+c |
quit |
Motions: h j k l w b e 0 $ ^ gg G
Insert: i I a A o O s S
Visual: v V then d/c/y
Operators: d dd D c cc C y yy x X p P J r
Requires Zig 0.15.2+
zig build runMIT