1 What does learning vimscript do?
A) can help us to use vim to write programs more quickly.
b) can help us understand the meaning of some of the configuration in ~/.VIMRC and why it needs to be configured like this.
c) After learning, you can write some vim plug-ins yourself to improve your reading and writing code speed and efficiency.
What is 2 Vimscript?
Vimscript is a script programming language. Mainly used in Vim. It has its own way of defining variables, branching and looping structures, and the structure of functions.
3 How to learn Vimscript?
You can click to download the following book reference study: "Learn Vimscript the hard"
(I looked for a long time, did not find vimscript Chinese books tutorial, this book is English, the word is not difficult, basic can read what to say is ~)
Download Link: http://download.csdn.net/detail/clevercode/9523902.
"Learn Vimscript the hard"