Awesome
NOTE: This plugin has been incorporated into neovim's codebase and might soon be added to vim. The purpose of this standalone evrsion of the plugin was to be a testbed of the idea, and since it has accomplished its purpose, I am archiving the repository.
vim-tutor-mode
Create and follow interactive tutorials.
Installation
vim-tutor-mode uses the +conceal
feature extensively, so Vim version >= 7.4
is suggested.
Using a plugin manager like vim-plug,
add the following to your vimrc
.
Plug 'fmoralesc/vim-tutor-mode'
Otherwise copy this repository's contents to your ~/.vim
folder.
This plugin is only available if 'compatible'
is not set.
Usage
:Tutor
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.
Credits
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.