Text Objects
it
Inside HTML/XML tag
cit → change tag contents
1
2
3
4
def greet(name):
msg = "hello, " + name
print(msg)
return msg
-- NORMAL --
Free practice — click the editor, then type. Try
it yourself.Inside HTML/XML tag
it yourself.