outline.org @ f719623ed1c7

MOAR
author Steve Losh <steve@stevelosh.com>
date Fri, 07 Oct 2011 22:48:24 -0400
parents b63f0efbd25a
children 6837a9468ab7
* 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>
** autocommands
** augroups
** buffer-specific abbreviations
** buffer-specific mappings
** wrapping up mapping
*** Mapping options
**** <silent>
**** <script>
**** <unique>
**** <expr>
*** checking mappings
**** map
**** verbose map
** 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