Create and follow interactive tutorials for vim.
vim-tutor-mode uses the +conceal
feature extensively, so a vim version >= 7.4
is suggested.
Using a plugin manager like vim-plug, simply add
Plug 'fmoralesc/vim-tutor-mode'
to your vimrc. Otherwise copy this repo to your ~/.vim
folder.
:Tutor 00-vimtutor
:VimTutor
To learn how to create tutorials using vim-tutor-mode, see
:Tutor tutor
To see an example of how a third party plugin can use a tutorial, see vim-pad's tutorial.
Some of the materials included in the plugin are based on work from vim's maintainers of vimtutor (esp. Michael C. Pierce, Robert K. Ware and Bram Moolenaar) and in dahu's LearnVim.