diff options
author | Yatin Aditya Tekumalla <yatint5@gmail.com> | 2020-06-12 10:58:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 10:58:50 +0530 |
commit | 02d9674e188a5b6b770f1b75d98a154438259246 (patch) | |
tree | 17ce46819ac3953b26aa4227e3b39eaa1a80094c /vim.html.markdown | |
parent | ef0480286342219c7a592926660018534f5af12a (diff) |
Update vim.html.markdown
Add information about vimtutor, a tutor that comes with vim.
Diffstat (limited to 'vim.html.markdown')
-rw-r--r-- | vim.html.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vim.html.markdown b/vim.html.markdown index 65efc25c..be3c97f5 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 ``` |