# Make mark, using letter a-z m[a-z] # Goto mark '[a-z] # Delete all to mark d'[a-z] # Replace from here to mark: :.,'m s/thing/dude