VimDojo
Lessons
Challenges
Editor Demo
Login
Get Started
← Back to Challenges
intermediate
Time limit: 1:00
Yank and Put to New Location
Copy a line from the top and paste it at the bottom of the file.
Commands
yy
G
p
Yank and Put to New Location
Copy a line from the top and paste it at the bottom of the file.
Time
0:00
/ 1:00
Editor
0 keys
1
/
/ Copyright 2024
2
function main() {
3
doStuff();
4
}
5
-- NORMAL --
yank-put-relocate
Target
1
// Copyright 2024
2
function main() {
3
doStuff();
4
}
5
// Copyright 2024
-- NORMAL --
yank-put-relocate
Hints (0/3)
Reset
⚠ Guest mode —
Sign in
to save your progress and score