make a writing category

This commit is contained in:
2025-04-01 23:29:17 +02:00
parent 7292e0625e
commit 92145ac4b7
7 changed files with 0 additions and 0 deletions

16
writing/vim.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "vim basics"
tags: [ "vim", "basic" ]
---
1. Insert text by pressing `i`.
1. Stop inserting text by pressing `Ctrl+[`.
1. Exit with `ZZ`.
1. Congratulations, you now know `vim`.
## Extras
- [Navigation](navigate.md)
- [Completion](vim-completion.md)
- [Search](vim-search.md)
- [Window Splits](vim-windows.md)