[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: quick question
> Any quick-n-dirty way to move the cursor to the defined text?
va$ds is the position of the start of the define block. So, something
like the following should work:
>BXjmp Q2
and assign that to a key somewhere. You could also get fancy and save the
cursor position before "jumping" to the defined block:
>>BXjmp Q2
The previous cursor position could then be restored by another macro
assigned to another key:
BXjmp Q2
==========================
shawn_harrison@xxxxxxxx
==========================