2022-04-26 17:09:37 +00:00
|
|
|
---
|
2022-11-06 13:28:09 +00:00
|
|
|
title: "vim basics"
|
2022-04-26 17:09:37 +00:00
|
|
|
tags: [ "Documentation", "vim" ]
|
|
|
|
---
|
|
|
|
|
|
|
|
Insert text by pressing `i`.
|
|
|
|
|
|
|
|
Stop inserting text by pressing `Ctrl+[`.
|
|
|
|
|
|
|
|
Exit with `ZZ`.
|
|
|
|
|
|
|
|
Congratulations, you now know `vim`.
|
|
|
|
|
|
|
|
## Extras
|
|
|
|
|
|
|
|
- [Navigation](navigate.md)
|
|
|
|
- [Completion](vim-completion.md)
|
|
|
|
- [Search](vim-search.md)
|
|
|
|
- [Window Splits](vim-windows.md)
|