update vim syntax

This commit is contained in:
2025-03-26 14:07:27 +01:00
parent a6b8420c26
commit 641b8fb825
6 changed files with 37 additions and 49 deletions

View File

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