This commit is contained in:
2025-07-14 12:42:45 +02:00
parent 7e2487f0d3
commit f5b3d969fd
2 changed files with 48 additions and 1 deletions

View File

@@ -3,13 +3,14 @@ title: "vim basics"
tags: [ "vim", "basic" ]
---
1. Insert text by pressing `i`.
1. Insert text by pressing `a`.
1. Stop inserting text by pressing `Ctrl+[`.
1. Exit with `ZZ`.
1. Congratulations, you now know `vim`.
## Extras
- [Learning Vim](vim/vi.md)
- [Navigation](vim/navigate.md)
- [Completion](vim/completion.md)
- [Search](vim/search.md)