outline.org @ 6837a9468ab7

Autocommands.
author Steve Losh <steve@stevelosh.com>
date Fri, 07 Oct 2011 23:36:49 -0400
parents f719623ed1c7
children 48c5cc292f99
* 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
** buffer-specific mappings
** buffer-specific abbreviations
** buffer-specific settings
** filetype autocommands
** augroups
** 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