From 6d677520930606c19dfd468a1c4e657ffe152272 Mon Sep 17 00:00:00 2001 From: Tim Carpenter Date: Sat, 20 Oct 2018 10:26:41 -0700 Subject: [PATCH] Update index.md (#23325) Added another reference for Vim info. --- guide/english/vim/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/vim/index.md b/guide/english/vim/index.md index ff1f03a257..9e6ee33577 100644 --- a/guide/english/vim/index.md +++ b/guide/english/vim/index.md @@ -24,5 +24,6 @@ The modal part of Vim is what makes it really powerful. For a interactive tutori For more information head to Vim's homepage -* [Open Vim](http://www.openvim.com/) is an online, interactive Vim tutorial you can do right in your browser +* [Vim.org](https://www.vim.org/) is an online resource with downloadable binaries for most operating systems. +* [Open Vim](http://www.openvim.com/) is an online, interactive Vim tutorial you can do right in your browser. * [Vim Adventures](https://vim-adventures.com) is an online game based on VIM's keyboard shortcuts. It's the "Zelda meets text editing" game.