lk/writing/vim/completion.md

18 lines
263 B
Markdown

---
title: "vim completion"
tags: [ "vim", "completion" ]
requires: [ "vim basics" ]
---
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`