introduction.markdown @ 5d9380c7c874

I don't have time for PRs, sorry
author Steve Losh <steve@stevelosh.com>
date Tue, 20 Sep 2016 14:46:25 +0000
parents 56683eb09ecc
children a16e1fecfe07
[Learn Vimscript the Hard Way][book] is a book for users of the [Vim][] editor
who want to learn how to customize Vim.

It is *not* a guide to *using* Vim.  Before reading this book you should be
comfortable editing text in Vim and know what terms like "buffer", "window" and
"insert mode" mean.

The book is divided roughly into three sections:

* The first covers basic Vim commands that you can use in your `~/.vimrc` file
  to customize Vim quickly and easily.
* The second looks more deeply at Vimscript as a programming language, covering
  things like variables, comparisons, and functions.
* The third walks through the creation of a sample plugin intended for
  distribution to other Vim users.

The book is [copyright][license] 2013 by Steve Losh, all rights reserved.  You
can redistribute it as long as you don't make any changes and don't charge for
it.

The book will always be free to read online.

You can buy an [ebook (PDF, epub, mobi) version][leanpub] for $8 on Leanpub.

You can buy a [paperback copy][paper] for $20 on Lulu.

You can buy a [hardcover copy][hard] for $40 on Lulu.

[leanpub]: http://leanpub.org/learnvimscriptthehardway
[paper]: http://bit.ly/lvsthw-paperback
[hard]: http://bit.ly/lvsthw-hardcover
[book]: http://learnvimscriptthehardway.stevelosh.com/
[Vim]: http://www.vim.org/
[hg]: http://bitbucket.org/sjl/learnvimscriptthehardway/
[git]: http://github.com/sjl/learnvimscriptthehardway/
[license]: http://learnvimscriptthehardway.stevelosh.com/license.html