Mnemonics

'LT'

Move Left One Column

Motion

Description

Use 'LT' to move the cursor one column to the left.

Example

print "OH_X",'LT',"Hello",'RT',"There"

->run
OH_Hello There