Tip: You can reset tests by using :q
Tip: You can reset tests by using :q
A brief guide to the tests in vimaroo
. Start by selecting a test, then
locate and delete the specified line using dd
to start the test. If you need to
exit early, use :q
. Follow the instructions and complete each test using Vim
motions!
Remove the special character ('*', '#', '@', etc.) from the sequence of words. You can move
between words with w
(go one word forward) or b
(go one word
backward). You can also use f
/F
to go directly to that character,
or ^
to go to the beginning of the line, and $
to go to the end of
the line.
Delete the inside contents of the container. You can do this with the di
command followed by the opening character of the container ("delete inside" the container). For
example, use di"
to delete everything inside the double quotes.
Delete the line with the sentence (you can ONLY delete that single line). Move up and down
with k
and j
, but relative line jumping can be helpful as well
(e.g., 6j
will go down 6 lines).
Move within the dot grid with h
j
k
l
and remove the special character ('*', '#', '@', etc.) using x
. If it's faster,
you can also search for the character itself using /
.
All tests combined into one! Any of the tests above will be randomly chosen for each round (horizontal, containers, lines, or movement tests).
Change the editor font size
Enable the ASCII logo inside the editor
Enable word wrapping for the editor
Enable relative lines for the editor
Continue with one of the following social login providers