Motions
f x
Jump forward to char x in line
f( → next (
1
2
3
4
def greet(name):
msg = "hello, " + name
print(msg)
return msg
-- NORMAL --
Free practice — click the editor, then type. Try
f x yourself.Jump forward to char x in line
f x yourself.