VimDojo
Lessons
Challenges
Editor Demo
Login
Get Started
← Back to Challenges
intermediate
Time limit: 0:45
Indent a Block
Select lines and indent them inside a function body.
Commands
V
j
>
Indent a Block
Select lines and indent them inside a function body.
Time
0:00
/ 0:45
Editor
0 keys
1
f
unction greet() {
2
console.log("hello");
3
console.log("world");
4
}
-- NORMAL --
indent-block
Target
1
function greet() {
2
console.log("hello");
3
console.log("world");
4
}
-- NORMAL --
indent-block
Hints (0/3)
Reset
⚠ Guest mode —
Sign in
to save your progress and score