Skip to content

remarkablemark/vimtutor

Repository files navigation

vimtutor

The browser version of vimtutor.

Installation

Clone repository:

git clone https://github.com/remarkablemark/vimtutor
cd vimtutor

Install dependencies:

# with npm
npm install

# with yarn
yarn

Run

Start development server:

# with npm
npm start

# with yarn
yarn start

Create production build:

# with npm
npm run build

# with yarn
yarn build

Release

Deploy production build to GitHub Pages:

# with npm
npm run deploy

# with yarn
yarn deploy

Acknowledgements

Vim Tutor:

This tutorial was written by Michael C. Pierce and Robert K. Ware, Colorado School of Mines using ideas supplied by Charles Smith, Colorado State University. E-mail: bware@mines.colorado.edu.

Modified for Vim by Bram Moolenaar.

Code Editor: