vim productive note
When writing tests for Perl objects (or modules), I like to store the name of the module in a named buffer/register in vim.
I usually visually highlight the object(or module) name, then put it in the "n" buffer.
If you forget like I do what buffer your using you can dump them in vim with:
registers
So it was...
I usually visually highlight the object(or module) name, then put it in the "n" buffer.
- Yank into n: "ny
- Paste out of n: "np
If you forget like I do what buffer your using you can dump them in vim with:
registers
So it was...
Comments
Post a Comment