content/projects/learnvimscriptthehardway.html @ 47443db6c7d3
Fix Vims idiotic lack of a bare domain.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 12 Oct 2012 11:02:49 -0400 |
parents |
2c1c6de0fb2b |
children |
(none) |
{% extends "_post.html" %}
{% hyde
title: "Learn Vimscript the Hard Way"
snip: "A short book about Vimscript."
created: 2011-10-10 00:32:00
%}
{% block article %}
[Learn Vimscript the Hard Way][lvsthw] is a short book for users of the Vim
editor who want to learn how to customize Vim.
It's currently a work in progress, so it's incomplete and and you should expect
mistakes.
It will always be available for free online. Once it's finished you'll be able
to buy paperback and eBook versions for fairly cheap.
[lvsthw]: http://learnvimscriptthehardway.stevelosh.com/
{% endblock %}