hackmeister/LearnVim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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 https://github.com/dahu/LearnVim/raw/master/doc/learnvim.txt to your ~/.vim/doc/ directory. .Windows: Copy https://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.