Vim Visual mode: Select current block under cursor
Solution 1:
With the cursor on the N
of NAME
, I would simply do the following without much care for golfing:
<C-v>}hhhhhhhh
But the textobj-column plugin does exactly what you want. Magically.