Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Latest commit

 

History

History
47 lines (30 loc) · 1.45 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.45 KB

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

Join the chat at https://gitter.im/fmoralesc/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.