Command Mode
/text
Search forward
/foo → n / N to cycle
1
2
3
4
def greet(name):
msg = "hello, " + name
print(msg)
return msg
-- NORMAL --
Free practice — click the editor, then type. Try
/text yourself.Search forward
/text yourself.