/vim-tutor-mode

interactive tutorials for vim

Primary LanguageVimL

vim-tutor-mode

Create and follow interactive tutorials for vim.

Ideas, suggestions, bug reports, code and tutorials are welcome! :)

Screenshots

screenshot 1 - Tutor command

screenshot 2 - vimtutor

screenshot 3 - learnvim

Installation

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.

Usage

: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.

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.