From 3f6ffdae0198acf9443cde2453f791feedf2b00d Mon Sep 17 00:00:00 2001 From: Torstein Collett <32142516+t3collett@users.noreply.github.com> Date: Tue, 20 Apr 2021 08:13:54 -0600 Subject: [PATCH] Update index.md Not sure if this is the best spot for the command but there is a simple autocomplete in vim --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 882973a..cd8fbba 100644 --- a/index.md +++ b/index.md @@ -93,6 +93,7 @@ I’ve compiled a list of essential Vim commands that I use every day. I have th ### Editing text * `J` - Join line below to the current one * `r [char]` - Replace a single character with the specified char (does not use Insert mode) +* `Ctrl+n` - Autocomplete comprising of keywords already typed in the file ### Visual mode * `O` - Move to other corner of block