From: Ciro Santilli 六四事件 法轮功 Date: Mon, 4 May 2015 14:24:39 +0000 (+0200) Subject: Merge pull request #193 from cirosantilli/toc X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/df9dab8972c83f198aa05e166acd46e59ec4bd80?ds=sidebyside;hp=-c Merge pull request #193 from cirosantilli/toc Add TOC to README --- df9dab8972c83f198aa05e166acd46e59ec4bd80 diff --combined README.md index 894037a,2ba5429..fc3052a --- a/README.md +++ b/README.md @@@ -4,6 -4,13 +4,13 @@@ Syntax highlighting, matching rules and mappings for [the original Markdown](http://daringfireball.net/projects/markdown/) and extensions. + 1. [Installation](#installation) + 1. [Options](#options) + 1. [Mappings](#mappings) + 1. [Commands](#commands) + 1. [Credits](#credits) + 1. [License](#license) + ## Installation If you use [Vundle](https://github.com/gmarik/vundle), add the following line to your `~/.vimrc`: @@@ -125,14 -132,6 +132,14 @@@ The following work on normal and visua - `]u`: go to parent header (Up). `Markdown_MoveToParentHeader` +This plugging follows the recommended Vim plugin mapping interface, so if you want to change the map `]u` to `asdf`, add to your `.vimrc`: + + map asdf Markdown_MoveToParentHeader + +To disable a map, use: + + map Markdown_MoveToParentHeader + ## Commands - `:HeaderDecrease`: