All Projects → syl20bnr → Evil Tutor

syl20bnr / Evil Tutor

Licence: gpl-3.0
Vimtutor adapted to Emacs+Evil and wrapped in a major mode.

evil-tutor

MELPA MELPA Stable

Table of Contents

Description

Vimtutor adapted for Evil and wrapped in a major mode.

Features:

  • restore last working file
  • fast navigation between lessons with C-j and C-k

Quick start

M-x evil-tutor-start

This will create a working file in evil-tutor-working-directory (defaults to ~/.emacs.d/.tutor)

Install

Package manager

You can either install evil-tutor from MELPA (available soon):

 M-x package-install evil-tutor

Or add it to your Cask file:

(source melpa)

(depends-on "evil-tutor")

Manually

Add evil-tutor.el to your load path. evil-tutor requires evil to be installed.

Acknowledgement

This major-mode has been inspired by a post on /r/emacs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].