lk/vim/vim-completion.md
2025-03-26 14:07:27 +01:00

17 lines
236 B
Markdown

---
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`