outline.org @ 9a45509b6713

Tons more.
author Steve Losh <steve@stevelosh.com>
date Sat, 08 Oct 2011 15:59:50 -0400
parents 48c5cc292f99
children 484c72cf83cd
* part 1 - basic .vimrc stuff
** echoing
** setting options
** basic mapping
** modal mapping
** strict mapping
** leaders
** editing .vimrc faster
** abbreviations
** more about mappings
** training with <nop>
** buffer-local mappings and options
** autocommands
** buffer-local abbreviations
** augroups
** operator-pending maps
** status lines?
** a word on shortened command names
* part 2 - programming in vimscript
** variables
** variable scopes
** conditionals
** comparisons
** functions
** function varargs
** functions (more)
** strings
** string functions
** normal!
** execute
** execute normal!
** lists
** looping
** dictionaries
** paths
** command!
* part 3 - creating a full plugin
** intro and plugin layout
** pathogen
** autoload
** folding
** syntax
** compilers
*** makeprg
*** errorformat
** customization
** documentation
** mapping
** customizing maps
** distributing