syl20bnr / evil-tutor

Vimtutor adapted to Emacs+Evil and wrapped in a major mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vimtutor adapted to Emacs+Evil and wrapped in a major mode.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%