Also be aware that `move s <x>` will move by...
# magic
t
Also be aware that
move s <x>
will move by
<x>
units of whatever the current snap grid is set to. You probably just want to do something like
move s 2um
to indicate a physical distance based on physical units.
1