vimdojo
Normal Mode
yy

Yank (copy) line

5yy → copy 5 lines
~/vimdojo/greet.py
PYTHON · UTF-8 · LF
1
2
3
4
def greet(name):
msg = "hello, " + name
print(msg)
return msg
NORMAL
main
python
Ln 2, Col 5
-- NORMAL --
Free practice — click the editor, then type. Try yy yourself.