add basic vim

This commit is contained in:
2022-04-26 19:09:37 +02:00
parent 7921ffda70
commit 8ba582fa7a
2 changed files with 25 additions and 2 deletions

View File

@@ -3,10 +3,14 @@ title: "vim completion"
tags: [ "Documentation", "vim" ]
---
Complete the word:
Complete the word by searching for the *n*ext similar word:
> C-n
Complete the full segment:
Complete the word by searching for a *p*revious similar word:
> C-p
Complete the full line:
> C-x C-l