Files
lk/writing/vim/completion.md
2026-04-27 01:30:33 +02:00

22 lines
264 B
Markdown

---
title: vim completion
tags:
- vim
- completion
- TUI
requires:
- writing/vim.md
---
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`