For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated