Hacker News new | ask | show | jobs
by aidenn0 298 days ago
Macroing Tip: whenever possible start a macro with a motion that will move the cursor to a known location. E.g. for line-oriented macros use "0" and for paragraph oriented macros use "}{". Then the macro will work regardless of where you put the cursor.
1 comments

Perfect! Great advice