# vim

Line select by keyboard:

* `V`

Indent:

select, then `>>`

Copy:

* `v`, select, `y` copy
* `p` to paste

Cut:

* `v`, select, `d` cut
* `p` to paste
