VimDojo
Lessons
Challenges
Editor Demo
Login
Get Started
← Back to Challenges
intermediate
Time limit: 1:00
Block Comment
Use visual block mode to add "// " to the beginning of multiple lines.
Commands
<C-v>
I
Block Comment
Use visual block mode to add "// " to the beginning of multiple lines.
Time
0:00
/ 1:00
Editor
0 keys
1
l
et a = 1;
2
let b = 2;
3
let c = 3;
4
let d = 4;
-- NORMAL --
block-comment
Target
1
// let a = 1;
2
// let b = 2;
3
// let c = 3;
4
// let d = 4;
-- NORMAL --
block-comment
Hints (0/4)
Reset
⚠ Guest mode —
Sign in
to save your progress and score