VimDojo
Lessons
Challenges
Editor Demo
Login
Get Started
← Back to Challenges
advanced
Time limit: 1:30
Multi-Cursor Style Edit
Use visual block mode to change a word across multiple lines simultaneously.
Commands
<C-v>
c
Multi-Cursor Style Edit
Use visual block mode to change a word across multiple lines simultaneously.
Time
0:00
/ 1:30
Editor
0 keys
1
c
onst width = 100;
2
const height = 200;
3
const depth = 300;
-- NORMAL --
multi-cursor-edit
Target
1
let width = 100;
2
let height = 200;
3
let depth = 300;
-- NORMAL --
multi-cursor-edit
Hints (0/4)
Reset
⚠ Guest mode —
Sign in
to save your progress and score