From 1f10403614b202802da399fda541aa9502fd1aee Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 19 Jan 2016 19:25:31 +0100 Subject: [PATCH] Completion: stress to use mappings in insert mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9045be6..3b8065d 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ Typical kinds of completion are tags, functions from imported modules or libraries, file names, dictionary or simply words from the current buffer. Vim provides a mapping for each kind of completion and they all start with -``: +`` (remember to use them in insert mode): | Mapping | Kind | Related help | |---------|------|--------------|