Normal Mode
cw
Change word (delete + INSERT)
cw newword Esc
1
2
3
4
def greet(name):
msg = "hello, " + name
print(msg)
return msg
-- NORMAL --
Free practice — click the editor, then type. Try
cw yourself.Change word (delete + INSERT)
cw yourself.