How to Copy Column and Paste it in Vim
<C-v> 
In Normal mode
1. CTRL-v  
2. Move your cursor to where the texts that you want to highlight
3. y                    " copy
4. Move your cursor where you want to paste 
5. p                    " paste