Open Vim: Learn Vim in Interactive Mode
If you don't know about Vim, Vim is an advanced editor based UNIX that helps you editing your code faster. Most advanced code use Vim. And OpenVim is an webapp to teach how to use Vim. Its built in HTML5,CSS3 and Javasciprt.So if you are new in Vim or you haven't try Vim , this web app is fit on you.
Some Vim features in this web app may not work properly, some commands are not yet implemented
- First Fire Up your favourite browser and Visit OpenVim
Features
Interface
The interface is nice and friendly enough. There's a Laptop with purple screen where the learning and sandbox begins there.
Tutorial
The interactive tutorial teaches you the basic usage of Vim and some advanced uses of Vim.
The tutorial is divided into 21 sections from Basic Movement,Editing,Copy paste to Visual Mode (Of course there are more)
Sandbox
In the Sandbox mode, you can pratice what you have learn before.
Testing
This page contains unit tests for the Vim engine. Some of the commands are not implemented, and the test will be failed.