summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-08-18 12:29:09 +0200
committerGitHub <noreply@github.com>2020-08-18 12:29:09 +0200
commit9809e4f54479bdf28dc775b67dee4d71f243049a (patch)
tree6f3514f8eae30f9261ac1349eb9e9bfd6d629f0f
parent04701fe43476afc1212cb6ae0792449a2c0833fb (diff)
parent02d9674e188a5b6b770f1b75d98a154438259246 (diff)
Merge pull request #3954 from YatinAdityaT/patch-2
[vim/en] Update vim.html.markdown, add vimtutor
-rw-r--r--vim.html.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim.html.markdown b/vim.html.markdown
index 27d90f18..55649cb2 100644
--- a/vim.html.markdown
+++ b/vim.html.markdown
@@ -13,6 +13,9 @@ editor designed for speed and increased productivity, and is ubiquitous in most
unix-based systems. It has numerous keybindings for speedy navigation to
specific points in the file, and for fast editing.
+`vimtutor` is a an excellent application that teaches you how to use `Vim`. It comes with the vim package during installation. You should be able to just run "vimtutor" on the command line to open this tutor. It will guide you through all the major features in `vim`.
+
+
## Basics of navigating Vim
```