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