Vim : Block select on windows and Linux

Vim allows selection of a block or column of text. Then operations like cut or delete can be performed on the selected block of text. Enter following command to start block selection mode. Windows
1 |
ctrl-q |
Linux
1 |
ctrl-v |
Then select the block with arrow keys or h/j/k/l keys. image credit Brian Dill