From 6b9adaa56b6c36c7c0c5eccc28a61042eb070230 Mon Sep 17 00:00:00 2001 From: almande Date: Fri, 18 Jan 2019 17:26:49 -0500 Subject: [PATCH] Added Vim Awesome and vimtutor refs (#26545) --- guide/english/vim/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guide/english/vim/index.md b/guide/english/vim/index.md index 2fc90c9b4c1..33a76c7e45d 100644 --- a/guide/english/vim/index.md +++ b/guide/english/vim/index.md @@ -20,11 +20,13 @@ One of the main differences that both Vim, and its predecessor *vi*, have over o The modal part of Vim is what makes it really powerful. For an interactive tutorial, please visit [OpenVim](http://www.openvim.com/). Here you can try for yourself several of its more powerful features. +If you have vim installed on your system, you can also run the `vimtutor` command to start a tutorial. + ## More information -For more information head to Vim's homepage - +* [Vim's homepage](https://vim.sourceforge.io) * [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. +* [Vim Awesome](https://vimawesome.com/) provides descriptions and links to VIM plugins. * [Super necessary Vim shortcuts](https://www.maketecheasier.com/vim-keyboard-shortcuts-cheatsheet/)