Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 288 Bytes

vi.md

File metadata and controls

18 lines (9 loc) · 288 Bytes

Command Mode

i Switch to Insert mode

:x Exit, saving changes

:q Exit as long as there have been no changes

Insert Mode

ESC Switch to Command mode

:%d Select all and delete (actually move to buffer)

:%y Select all and copy to buffer.

Use p to paste the buffer.