From 443dafba1fba56636cf5cbe53f980266603bac0b Mon Sep 17 00:00:00 2001 From: Igor Irianto Date: Sat, 23 Jan 2021 12:36:55 -0600 Subject: [PATCH] Normalize a phrase --- ch06_insert_mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06_insert_mode.md b/ch06_insert_mode.md index edde24b..b45dc53 100644 --- a/ch06_insert_mode.md +++ b/ch06_insert_mode.md @@ -94,7 +94,7 @@ Ctrl-X Ctrl-E Scroll down ## Autocompletion -As mentioned above, if you press `Ctrl-X` from insert mode, Vim will enter a sub-mode. You can do text autocompletion while in this insert mode sub-mode. Although it is not as good as [intellisense](https://code.visualstudio.com/docs/editor/intellisense) or any other Language Server Protocol (LSP), but for something that is available right out-of-the-box, it is a very capable feature. +As mentioned above, if you press `Ctrl-X` from insert mode, Vim will enter a sub-mode. You can do text autocompletion while in this insert mode sub-mode. Although it is not as good as [intellisense](https://code.visualstudio.com/docs/editor/intellisense) or any other Language Server Protocol (LSP), but for something that is available right out of the box, it is a very capable feature. Here are some useful autocomplete commands to get started: