From 06a90dda8f7eee4b3cd882258269e1d8549c45f7 Mon Sep 17 00:00:00 2001 From: DrN0VA <44402360+DrN0VA@users.noreply.github.com> Date: Fri, 18 Jan 2019 17:40:59 -0500 Subject: [PATCH] Sentence Structure (#27897) "For a interactive tutorial, please visit [OpenVim](http://www.openvim.com/). Here you can try for yourself several of its more powerful features." changed to You can try out the most powerful features through an interactive tutorial by visiting [OpenVim](http://www.openvim.com/) --- guide/english/vim/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/vim/index.md b/guide/english/vim/index.md index 33a76c7e45..833007557c 100644 --- a/guide/english/vim/index.md +++ b/guide/english/vim/index.md @@ -18,7 +18,7 @@ Vim is rock stable and boasts many features including: One of the main differences that both Vim, and its predecessor *vi*, have over other editors like *nano*, is that it is a _modal editor_, which means that they have several modes of operation. For example, the editor starts in *Navigation Mode*, which allows you to quickly move around the document (or, more accurately _blazingly fast_). In this mode, you can enter commands to interact with your document, like using `:i` to enter `insert mode`, `:q` to quit, `/` to search text, among others. -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. +The modal part of Vim is what makes it really powerful. You can try out the most powerful features through an interactive tutorial by visiting [OpenVim](http://www.openvim.com/) If you have vim installed on your system, you can also run the `vimtutor` command to start a tutorial.