outline.org @ 62e42f5b255f

More.
author Steve Losh <steve@stevelosh.com>
date Sun, 09 Oct 2011 15:01:27 -0400
parents 484c72cf83cd
children 68f40c419a18
* part 1 - basic .vimrc stuff
** DONE echoing
** DONE setting options
** DONE basic mapping
** DONE modal mapping
** DONE strict mapping
** DONE leaders
** DONE editing .vimrc faster
** DONE abbreviations
** DONE more about mappings
** DONE training with <nop>
** DONE buffer-local mappings and options
** DONE autocommands
** DONE buffer-local abbreviations
** DONE augroups
** DONE operator-pending maps
** TODO more operator-pending maps
** TODO basic status lines
** TODO 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
** dynamic status lines
** customizing maps
** distributing