**********************************************************************
0. Introduction to this tutorial: Vim is a classic editing program under Linux/unix, which is efficient, focused, flexible and powerful, and is a fundamental skill that programmers, typography and system administrators must master in a Linxu/unix environment but due to some historical reasons that we will introduce later, The Vim editor is much more difficult to learn than other editors, but I believe that through my tutorial, you will be able to skillfully use the vim!
1. Note: This is a "0 basic" tutorial, but only if you have at least the ability to master Unix/linux's file or directory creation, deletion, file permissions, Shell basics, and so on, if you work on Windows or Mac, Some of the contents of the environment variables and special tools in this tutorial may not apply to your system, do not worry, I will give you a solution at that time, Vim is a cross-platform compiler, in each platform has good consistency, that is, most of the features of the tutorial in the platform are not different;
2. I wrote the motive of the tutorial: Controversial that the war between Emacs and Vim is not because of faith but because of religion, and I am a vim user (I have used Vim2 when I write this tutorial), and many times I have encountered problems in my studies and no one can ask, In contrast, Emacs's tutorial seems to be richer, which makes me very frustrated, just this time in writing the compiler, the rest of the time can hurry to write something about vim this is the origin of this tutorial;
3.0 Basic Learning Vim editor (learn Vi Improve editor) by Chaobs directory:
(1) The history of vim;
(2) Why not choose VIM?
(3) Three minutes Quick start;
(4) Moving instantaneously between the text objects;
(5) Processing documents in a modal manner;
(6) More advanced command of the bottom;
(7) The use of regular expressions in vim;
(8) Vim, prepared for the programmer;
(9) This is an IDE;
(10) Use Vim to do something bold;
(one) Vim, unlimited your unlimited!
(12) This is just a new start for your network resources;
This article as a 0 basic vim editor of the preface, I will be in the study of the good to complete this tutorial, but also hope that you can follow the study in time.
Finally, this article is edited with Vim7.4.
0 Basic Learning Vim Editor