The browser version of vimtutor.
Clone repository:
git clone https://github.com/remarkablemark/vimtutor
cd vimtutor
Install dependencies:
# with npm
npm install
# with yarn
yarn
Start development server:
# with npm
npm start
# with yarn
yarn start
Create production build:
# with npm
npm run build
# with yarn
yarn build
Deploy production build to GitHub Pages:
# with npm
npm run deploy
# with yarn
yarn deploy
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: