lk/vim/vim-completion.md

17 lines
239 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
2022-02-03 19:10:35 +00:00
title: "vim completion"
2022-01-16 18:20:39 +00:00
tags: [ "Documentation", "vim" ]
---
2020-01-14 01:29:59 +00:00
2022-04-26 17:09:37 +00:00
Complete the word by searching for the *n*ext similar word:
2020-01-14 01:29:59 +00:00
> C-n
2022-04-26 17:09:37 +00:00
Complete the word by searching for a *p*revious similar word:
> C-p
Complete the full line:
2020-01-14 01:29:59 +00:00
> C-x C-l