Fixed discussion of `*map`s
As detailed in in this Issue:
https://github.com/sjl/learnvimscriptthehardway/issues/17
author |
Richard Cheng <rcheng@neuratron.com> |
date |
Tue, 03 Apr 2012 16:04:25 +0100 |
parents |
3c9c14d97448 |
children |
e668fd659847 |
* part 3 - creating a full plugin
** ... stuff that's done ...
** TODO mapping
*** run and view output
*** run and view bytecode + output
*** :nnoremap <buffer> ]] /\v^\S<cr>:noh<cr>
*** :nnoremap <buffer> [[ ?\v^\S<cr>:noh<cr>
*** :inoremap :<cr> :<cr><tab>.<left>
** TODO customization
*** mappings
**** custom leader
**** disable entirely
**** autoinsert period
*** behaviour
**** vertical/horizontal preview splits
**** split sizes
** TODO dynamic status lines
** TODO autoload
** TODO documentation
*** TOC
*** Mappings
*** Configuration
*** Bugs
*** License
** TODO distributing
*** GitHub
*** Vim.org
*** a Web page
* TODO Where to go from here
** Omnicomplete
** makeprg, errorfmt