lk/vim/vim-completion.md

17 lines
222 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"
2025-02-11 19:47:50 +00:00
tags: [ "vim" ]
2022-01-16 18:20:39 +00:00
---
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