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/completion.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "vim completion"
tags: [ "vim", "completion" ]
---
Complete the word by searching for the *n*ext similar word:
`C-n`
Complete the word by searching for a *p*revious similar word:
`C-p`
Complete the full line:
`C-x C-l`