How do you yank a visual block selection to a register?
Answer
<C-v>jjll"ay
Explanation
Enter visual block mode with <C-v>, select the block, then "ay to yank the block into register a. Pastes as a rectangular block.
<C-v>jjll"ay
Enter visual block mode with <C-v>, select the block, then "ay to yank the block into register a. Pastes as a rectangular block.