The Way of the Vim Warrior
==========================
A suggested path for learning Vim
This help file introduces fundamental concepts, offers concrete advice for
correctly configuring a new Vim instance and outlines a progressive set of
topics for the enthusiastic newcomer to study and practise.
Install
-------
.Linux / OSZ:
Copy http://github.com/dahu/LearnVim/raw/master/doc/learnvim.txt to your ~/.vim/doc/ directory.
.Windows:
Copy http://github.com/dahu/LearnVim/raw/master/doc/learnvim.txt to your $HOME\vimfiles\doc\ directory.
Run :helptags ~/.vim/doc/ from within Vim.
Type :help learnvim to get started.