> For the complete documentation index, see [llms.txt](https://docs.ramsdenj.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ramsdenj.com/introduction-2/introduction-1/vim.md).

# 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
